From 7fe20e6e225495db9dc76d08cc7de61904261e96 Mon Sep 17 00:00:00 2001 From: Debolskiy Andrey <and.debol@gmail.com> Date: Sat, 11 Nov 2023 23:47:53 +0300 Subject: [PATCH] add messege to debug prerun exports --- cluster_configs/ifa-cluster.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster_configs/ifa-cluster.cmake b/cluster_configs/ifa-cluster.cmake index f95057a..638524f 100644 --- a/cluster_configs/ifa-cluster.cmake +++ b/cluster_configs/ifa-cluster.cmake @@ -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 -- GitLab