From 6d7d3194663be268b314285572a0d76af8e0e1b0 Mon Sep 17 00:00:00 2001
From: Debolskiy Andrey <and.debol@gmail.com>
Date: Sat, 11 Nov 2023 23:49:07 +0300
Subject: [PATCH] add messege to debug compiler choice

---
 cluster_configs/ifa-cluster.cmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cluster_configs/ifa-cluster.cmake b/cluster_configs/ifa-cluster.cmake
index 638524f..68133d1 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
-- 
GitLab