Skip to content

Commit 0de477c

Browse files
committed
Append log to existing file also at begin of sim.
1 parent 931c925 commit 0de477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ring_of_CPUs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self, sim_content, N_pieces_per_transfer=1, force_serial = False, c
6565
self.sim_content.init_all()
6666

6767
if self.I_am_the_master:
68-
print2logandstdo('PyPARIS simulation', mode='w+')
68+
print2logandstdo('PyPARIS simulation')#, mode='w+')
6969
print2logandstdo(comm_info)
7070
print2logandstdo('N_cores = %d'%self.N_nodes)
7171
print2logandstdo('N_pieces_per_transfer = %d'%self.N_pieces_per_transfer)

0 commit comments

Comments
 (0)