Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed May 29, 2024
1 parent fd6cef4 commit d0de759
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
total = MPI.COMM_WORLD.reduce(rank)
t2 = time.time()
total_time = (t2-t1)/n_iter
# print(f"Hello, World! I am process {rank} of {size} on {name}.\n")

if rank == 0:
print(f"Total ranks: {size}")
Expand Down

0 comments on commit d0de759

Please sign in to comment.