Skip to content
Snippets Groups Projects
Commit 4956db34 authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

add ECMWF "AC" HPC complex in .gitlab-ci.yml file

parent 7e8f9c26
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ stages:
before_script:
# the following commands will be executed at the beginning of each job
# they are needed to copy param.cfg to SETTE directory and to load the modules
- declare -A HOST_NAME=( ["kara"]="KR" ["aa"]="AA" ["belenoslogin"]="BL" ["irene"]="IR" ["jean-zay"]="JZ" )
- declare -A HOST_NAME=( ["kara"]="KR" ["aa"]="AA" ["ac"]="AA" ["belenoslogin"]="BL" ["irene"]="IR" ["jean-zay"]="JZ" )
- SETTE_MOD=${HOST_NAME[${HOSTNAME//[0-9,-,.]*}]}_SETTE_MOD
- if [ -d ${HOME}/modules ]; then module use ${HOME}/modules; fi
- module purge || true # force to always have 0 as error code (needed for irene)
......
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