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

change default values

parent 7cedc100
No related branches found
No related tags found
No related merge requests found
......@@ -93,12 +93,12 @@ if __name__ == "__main__":
alpha = 1
rho = 0.1
Q = 10
nb_ants = 5
nb_ants = 2
tau_0 = Q/nb_ants
n_iter = 5
n_iter = 1
# Parameters for compilation and execution of iso3dfd
nb_threads = 4
nb_threads = 8
reps = 100
n1, n2, n3 = 256, 256, 256
optimization = "-O3"
......
#!/bin/sh
#SBATCH --time=15
mpirun -np 2 -map-by ppr:1:socket -rank-by socket -bind-to socket python3 ACO.py
\ No newline at end of file
mpirun -np 2 -map-by ppr:1:socket -bind-to socket python3 ACO.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment