diff --git a/cluster_configs/ifa-cluster.cmake b/cluster_configs/ifa-cluster.cmake index 638524f0e10cee13ed0d3c660d5496f7c8870e9f..68133d19ff256a8240a819d988fcf766252eebb4 100644 --- a/cluster_configs/ifa-cluster.cmake +++ b/cluster_configs/ifa-cluster.cmake @@ -52,4 +52,5 @@ if ( compiler_lc STREQUAL "gnu") set(prerun_env_export "module load mpi/OpenMPI") endif () message("prerun exprots:" ${prerun_env_export}) -message("run executable is:" ${run_exec}) \ No newline at end of file +message("run executable is:" ${run_exec}) +message("compiler choice: ${compiler_lc}") \ No newline at end of file