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

fixed prerun export

parent a915e304
No related branches found
No related tags found
No related merge requests found
......@@ -57,4 +57,8 @@ endif()
#specify stuff for run-script
set(cluster_queue "normal")
if (NO_MPI)
set(run_exec "mpirun")
else ()
set(run_exec "srun")
endif ()
\ No newline at end of file
......@@ -57,4 +57,8 @@ endif()
#specify stuff for run-script
set(cluster_queue "normal")
if (NO_MPI)
set(run_exec "mpirun")
else ()
set(run_exec "srun")
endif ()
\ No newline at end of file
......@@ -46,3 +46,8 @@ endif()
#specify stuff for run-script
set(cluster_queue "normal")
if (NO_MPI)
set(run_exec "mpirun")
else ()
set(run_exec "srun")
endif ()
\ 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