Skip to content
Snippets Groups Projects
Commit bac8c465 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Try to fix build command.

parent 7e638975
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
...@@ -9,7 +9,7 @@ spack: ...@@ -9,7 +9,7 @@ spack:
root: "%HPCROOTDIR%/spack" # path to a spack install, will be downloaded to if not present 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 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 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: python_environment:
# Name of the virtual environment in the remote platform experiment folder # Name of the virtual environment in the remote platform experiment folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment