Skip to content
Snippets Groups Projects
Commit ec8f40f8 authored by Michael Langguth's avatar Michael Langguth
Browse files

Removed some print-statements

parent 24c566d9
No related branches found
No related tags found
No related merge requests found
Pipeline #42252 failed
...@@ -374,14 +374,11 @@ def main(): ...@@ -374,14 +374,11 @@ def main():
# ini. MPI # ini. MPI
print("Hallo dude...")
comm = MPI.COMM_WORLD comm = MPI.COMM_WORLD
my_rank = comm.Get_rank() # rank of the node my_rank = comm.Get_rank() # rank of the node
p = comm.Get_size() # number of assigned nods p = comm.Get_size() # number of assigned nods
print("Hallo dude 2...")
if my_rank == 0 : if my_rank == 0 :
print("Hello, I'm master")
# retrieve final statistics first (not parallelized!) # retrieve final statistics first (not parallelized!)
# some preparatory steps # some preparatory steps
stat_dir_prefix = args.input_dir stat_dir_prefix = args.input_dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment