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

add messege to debug prerun exports

parent 35ce1406
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ endif()
#specify stuff for run-script
set(cluster_queue "epyc")
if ( compiler_lc STREQUAL "intel" OR compiler_lc STREQUAL "intel_oneapi")
set(run_exec "srun -u")
set(prerun_env_export "module load mpi/impi && export I_MPI_PMI_LIBRARY=/usr/lib64/libpmi.so")
......@@ -49,4 +50,6 @@ endif()
if ( compiler_lc STREQUAL "gnu")
set(run_exec "mpirun")
set(prerun_env_export "module load mpi/OpenMPI")
endif ()
\ No newline at end of file
endif ()
message("prerun exprots:" ${prerun_env_export})
message("run executable is:" ${run_exec})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment