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

print where ACO process is launched

parent 14774f00
Branches
No related tags found
No related merge requests found
import numpy as np
import math
from mpi4py import MPI
import socket
import compute_path
import compute_tau
......@@ -105,6 +106,7 @@ if __name__ == "__main__":
comm = MPI.COMM_WORLD
NbP = comm.Get_size()
Me = comm.Get_rank()
print(f"Process {Me} launched on node {socket.gethostname()}\n.")
# Initialization of hyperparameters
alpha = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment