Skip to content

Commit

Permalink
Merge pull request #156 from ACCESS-NRI/analysis3_updates
Browse files Browse the repository at this point in the history
Clean list, try using local openmpi
  • Loading branch information
rbeucher authored Jan 20, 2025
2 parents 41c9810 + b3cb915 commit bf51ceb
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 221 deletions.
6 changes: 4 additions & 2 deletions environments/analysis3/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
### outside_files_to_copy

### Optional config for custom deploy script
export VERSION_TO_MODIFY=25.01b
export VERSION_TO_MODIFY=25.01c
export STABLE_VERSION=24.12
export UNSTABLE_VERSION=25.01b
export UNSTABLE_VERSION=25.01c

### Version settings
export ENVIRONMENT=analysis3
Expand All @@ -19,3 +19,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" "openmpi/4.1.7" )
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" )
Loading

0 comments on commit bf51ceb

Please sign in to comment.