From bac8c4651e5f19073d8f586deea3f4b47249313d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Thu, 23 Mar 2023 13:58:37 +0100
Subject: [PATCH] Try to fix build command.

---
 conf/common/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/common/build.yml b/conf/common/build.yml
index c787828..2b31549 100644
--- a/conf/common/build.yml
+++ b/conf/common/build.yml
@@ -9,7 +9,7 @@ spack:
   root: "%HPCROOTDIR%/spack" # path to a spack install, will be downloaded to if not present
   user_cache_path: "%HPCROOTDIR%/spack_user_cache_path" # spack puts data here when bootstrapping, leave empty to use home folder
   disable_local_config: true # if false, spack install into home folder
-  build_cmd: "icon-nwp@%ICON.VERSION% %%SPACK.COMPILER% ^openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs ^gettext@0.20.2 "
+  build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% ^openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs ^gettext@0.20.2 "
 
 python_environment:
   # Name of the virtual environment in the remote platform experiment folder
-- 
GitLab