diff --git a/cluster_configs/ifa-cluster.cmake b/cluster_configs/ifa-cluster.cmake index f95057a15c6a1fdf8db29f076cbf7709a6149382..638524f0e10cee13ed0d3c660d5496f7c8870e9f 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