Skip to content

Commit

Permalink
Will take care of esmvaltool later
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Nov 28, 2024
1 parent caa9628 commit dfa4a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environments/esmvaltool/build_inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ popd
pushd "${CONDA_INSTALLATION_PATH}/envs/${FULLENV}/lib/python3.11/site-packages/esmvalcore"
rm config-developer.yml
ln -sf /g/data/xp65/public/apps/esmvaltool/config/config-developer.yml config-developer.yml
popd
popd
4 changes: 2 additions & 2 deletions environments/esmvaltool/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export FULLENV="${ENVIRONMENT}-${VERSION_TO_MODIFY}"
declare -a rpms_to_remove=( "openssh-clients" "openssh-server" "openssh" )
declare -a replace_from_apps=( "ucx/1.15.0" )
declare -a outside_commands_to_include=( "pbs_tmrsh" "ssh" )
declare -a outside_files_to_copy=( "/g/data/xp65/public/apps/openmpi/4.1.6" )
declare -a replace_with_external=( "/g/data/xp65/public/apps/openmpi/4.1.6" )
declare -a outside_files_to_copy=( "/g/data/hh5/public/apps/nci-intake-catalogue/catalogue_new.yaml" "/g/data/hh5/public/apps/openmpi/4.1.6" )
declare -a replace_with_external=( "/g/data/hh5/public/apps/openmpi/4.1.6" )

0 comments on commit dfa4a61

Please sign in to comment.