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

print where ACO process is launched

parent f0e53faa
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,7 @@ if __name__ == "__main__": ...@@ -142,6 +142,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.")
# 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