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

Merge branch 'master' of gitlab.physik.uni-muenchen.de:w2w/autoicon

parents d3bc665b 50f95dfe
No related branches found
No related tags found
No related merge requests found
Pipeline #20101 failed
......@@ -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
......
......@@ -29,7 +29,7 @@ function run_autoicon_example() {
function setup_environment() {
# Set Autosubmit version and define some directories
AUTOSUBMIT_VERSION="4.0.79"
AUTOSUBMIT_VERSION="4.0.88"
# Define the path of the directory where this script is located
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
# Define the root path of the project
......
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