Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher authored Jan 21, 2025
1 parent 0d52bda commit 75e9c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/analysis3/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export ENVIRONMENT=analysis3
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 replace_from_apps=( "ucx/1.15.0" )
declare -a outside_commands_to_include=( "pbs_tmrsh" "ssh" )
declare -a outside_files_to_copy=( "/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 75e9c81

Please sign in to comment.