Skip to content
Snippets Groups Projects
Commit a38bf7d8 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

use specific build commands for loading

parent e27edd0e
No related branches found
No related tags found
No related merge requests found
Pipeline #19839 canceled
...@@ -12,6 +12,7 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -12,6 +12,7 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
HPCUSER=%HPCUSER% HPCUSER=%HPCUSER%
HPCHOST=%HPCHOST% HPCHOST=%HPCHOST%
chmod +x ${WORKDIR}/proj/platforms/common/spack_utils.sh
. ${WORKDIR}/proj/platforms/common/spack_utils.sh . ${WORKDIR}/proj/platforms/common/spack_utils.sh
load_spack "%spack.init%" "%spack.root%" "%spack.url%" "%spack.branch%" "%spack.externals%" "%spack.compiler%" "%spack.disable_local_config%" "%spack.user_cache_path%" "%spack.user_config_path%" "%spack.upstreams%" load_spack "%spack.init%" "%spack.root%" "%spack.url%" "%spack.branch%" "%spack.externals%" "%spack.compiler%" "%spack.disable_local_config%" "%spack.user_cache_path%" "%spack.user_config_path%" "%spack.upstreams%"
......
...@@ -25,7 +25,8 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -25,7 +25,8 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
load_spack "%spack.init%" "%spack.root%" "%spack.url%" "%spack.branch%" "%spack.externals%" "%spack.compiler%" "%spack.disable_local_config%" "%spack.user_cache_path%" "%spack.user_config_path%" "%spack.upstreams%" load_spack "%spack.init%" "%spack.root%" "%spack.url%" "%spack.branch%" "%spack.externals%" "%spack.compiler%" "%spack.disable_local_config%" "%spack.user_cache_path%" "%spack.user_config_path%" "%spack.upstreams%"
# Load icon module # Load icon module
spack load --first dwd-icon-tools spack load --first %ECCODES.BUILD_CMD%
spack load --first %ECCODES.LOAD_CMD%
# Set environment variable for eccodes-dwd definitions: # Set environment variable for eccodes-dwd definitions:
source ${WORKDIR}/eccodes_defs.env source ${WORKDIR}/eccodes_defs.env
......
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