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

debuging

parent f9fcef18
No related branches found
No related tags found
No related merge requests found
......@@ -41,13 +41,13 @@ endif()
#specify stuff for run-script
set(cluster_queue "epyc" CACHE STRING "queue" FORCE)
if ( compiler_lc STREQUAL "intel" OR compiler_lc STREQUAL "intel_oneapi")
if ( COMPILER STREQUAL "intel" OR COMPILER STREQUAL "intel_oneapi")
set(run_exec "srun -u" CACHE STRING "exec run" FORCE)
set(prerun_env_export "module load mpi/impi && export I_MPI_PMI_LIBRARY=/usr/lib64/libpmi.so" CACHE STRING "prerun exports" FORCE)
endif()
if ( compiler_lc STREQUAL "gnu")
if ( COMPILER STREQUAL "gnu")
set(run_exec "mpirun" CACHE STRING "exec run" FORCE)
set(prerun_env_export "module load mpi/OpenMPI" CACHE STRING "prerun exports" FORCE)
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment