From 8ced39fc3930b04f80b62a7f828d62f9959d9836 Mon Sep 17 00:00:00 2001 From: "Fabian.Jakub" <fabian@jakub.com> Date: Mon, 27 Mar 2023 16:11:29 +0200 Subject: [PATCH] remove target definition from spack build icon cmd --- conf/common/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/common/build.yml b/conf/common/build.yml index d320758..b41438a 100644 --- a/conf/common/build.yml +++ b/conf/common/build.yml @@ -12,7 +12,7 @@ spack: disable_local_config: false # if true, spack installs into spack source dir icon: - build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% target=x86_64_v2 ^openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs" + 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" version: master python_environment: @@ -27,4 +27,4 @@ python_environment: - git+https://gitlab.physik.uni-muenchen.de/Oriol.Tinto/otils.git - f90nml -LOGIN: "LOGIN" \ No newline at end of file +LOGIN: "LOGIN" -- GitLab