From 4485c2eafbb08b2de226b2e59cbb98991f5f4291 Mon Sep 17 00:00:00 2001 From: Debolskiy Andrey <and.debol@gmail.com> Date: Sat, 11 Nov 2023 15:21:48 +0300 Subject: [PATCH] fix inm-cluster config --- cluster_configs/inm-cluster.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster_configs/inm-cluster.cmake b/cluster_configs/inm-cluster.cmake index 55a98dd..16eb836 100644 --- a/cluster_configs/inm-cluster.cmake +++ b/cluster_configs/inm-cluster.cmake @@ -14,7 +14,7 @@ else () messege(ERROR "NetCDF is not supported with GNU on INM cluster") endif() endif() -if() + if ( compiler_lc STREQUAL "intel") if (NO_MPI) -- GitLab