Skip to content
Snippets Groups Projects
Commit ffaa166a authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

fixed queue in inm configs

parent b462a368
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ endif() ...@@ -57,7 +57,7 @@ endif()
#specify stuff for run-script #specify stuff for run-script
set(cluster_queue "normal" CACHE STRING "queue" FORCE) set(cluster_queue "normal" CACHE STRING "queue" FORCE)
if (NO_MPI) if (NOT NO_MPI)
set(run_exec "mpirun" CACHE STRING "exec run" FORCE) set(run_exec "mpirun" CACHE STRING "exec run" FORCE)
else () else ()
set(run_exec "srun" CACHE STRING "exec run" FORCE) set(run_exec "srun" CACHE STRING "exec run" FORCE)
......
...@@ -57,7 +57,7 @@ endif() ...@@ -57,7 +57,7 @@ endif()
#specify stuff for run-script #specify stuff for run-script
set(cluster_queue "normal" CACHE STRING "queue" FORCE) set(cluster_queue "normal" CACHE STRING "queue" FORCE)
if (NO_MPI) if (NOT NO_MPI)
set(run_exec "mpirun" CACHE STRING "exec run" FORCE) set(run_exec "mpirun" CACHE STRING "exec run" FORCE)
else () else ()
set(run_exec "srun" CACHE STRING "exec run" FORCE) set(run_exec "srun" CACHE STRING "exec run" FORCE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment