Skip to content
Snippets Groups Projects
Commit 819dced1 authored by Matthieu Oberon's avatar Matthieu Oberon
Browse files

fix printing issue

parent 038489a8
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ if __name__ == "__main__": ...@@ -107,7 +107,7 @@ if __name__ == "__main__":
comm = MPI.COMM_WORLD comm = MPI.COMM_WORLD
NbP = comm.Get_size() NbP = comm.Get_size()
Me = comm.Get_rank() Me = comm.Get_rank()
print(f"Process {Me} launched on node {socket.gethostname()}\n.") print(f"Process {Me} launched on node {socket.gethostname()}.")
# Initialization of hyperparameters # Initialization of hyperparameters
alpha = 1 alpha = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment