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

remove compile in function

parent c71263b6
No related branches found
No related tags found
No related merge requests found
......@@ -31,13 +31,6 @@ def ACO(Me, NbP, comm, alpha, rho, Q, nb_ants, tau_0, n_iter, n1=256, n2=256, n3
(np.array, float): optimal path [cbx, cby, cbz] and the associated cost
"""
if Me == 0 :
# Compiling the code
launcher_SUBP.compileSUBP(optimization="-O3", simd="avx512")
# Waiting for the compilation to end on other processes
comm.Barrier()
# Initialisation of the graph and pheromon matrix
n_cbx = n1//16
n_cby = n2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment