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

Adding %^ for dependant configuration variables

parent 0ace322d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ spack:
icon:
# The command that will be used to build icon-nwp with spack
build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER%"
build_cmd: "icon-nwp@%^ICON.VERSION%% %^SPACK.COMPILER%"
# In LRZ we used the following command to point to a specific versio of openmpi:
# build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% ^openmpi/amct7nx"
# In LMU we used the following command to build the appropriate a version of openmpi works with slurm:
......@@ -32,7 +32,7 @@ icon:
version: master # The latest release at the moment of creating this file was 2.6.5-nwp0
dwdicontools:
build_cmd: "dwd-icon-tools% %SPACK.COMPILER%"
build_cmd: "dwd-icon-tools% %^SPACK.COMPILER%"
load_cmd: build_cmd
......
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