Skip to content

Commit

Permalink
Merge branch 'fix-mpi-logging' of github.com:missing-user/simsopt int…
Browse files Browse the repository at this point in the history
…o fix-mpi-logging
  • Loading branch information
missing-user committed Dec 5, 2024
2 parents 2e484ef + 256464e commit 2e44e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1_Simple/logger_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

if comm is not None:
initialize_logging(mpi=True, filename='mpi.log')
for i in range(5):
for i in range(2):
logging.warning("Hello (times %i) from mpi job" % (i+1))
print("End of 1_Simple/logger_example.py")
print("==================================")

0 comments on commit 2e44e91

Please sign in to comment.