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

change place of fancy strategy

parent 8b9e2dc1
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ if __name__ == "__main__": ...@@ -94,6 +94,7 @@ if __name__ == "__main__":
nb_ants = 2 nb_ants = 2
tau_0 = Q*100 tau_0 = Q*100
n_iter = 1 n_iter = 1
fancy_strategy = "AS"
# Parameters for compilation and execution of iso3dfd # Parameters for compilation and execution of iso3dfd
nb_threads = 8 nb_threads = 8
...@@ -101,7 +102,6 @@ if __name__ == "__main__": ...@@ -101,7 +102,6 @@ if __name__ == "__main__":
n1, n2, n3 = 256, 256, 256 n1, n2, n3 = 256, 256, 256
optimization = "-O3" optimization = "-O3"
simd = "avx512" simd = "avx512"
fancy_strategy = "AS"
if Me == 0 : if Me == 0 :
# Compiling the code # Compiling the code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment