Skip to content

Commit

Permalink
Use USS-1.2 Based GDR Copy for SLES15SP6 Distros (ofiwg#1133)
Browse files Browse the repository at this point in the history
Signed-off-by: prudvi-danda <prudvi.danda@hpe.com>
  • Loading branch information
prudvi-hpe authored and GitHub Enterprise committed Oct 2, 2024
1 parent 6cc25da commit 218d5c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/cray/runBuildPrep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function install_gdrcopy() {
install_gdrcopy_uss "uss-1.1" "sle15_sp5"
;;
cos_3_2*)
install_gdrcopy_uss "master" "sle15_sp6"
install_gdrcopy_uss "uss-1.2" "sle15_sp6"
;;
csm_1_4*)
install_gdrcopy_cos "cos-2.5" "sle15_sp4_cn"
Expand All @@ -203,7 +203,7 @@ function install_gdrcopy() {
install_gdrcopy_uss "uss-1.1" "sle15_sp5"
;;
csm_1_6*)
install_gdrcopy_uss "master" "sle15_sp6"
install_gdrcopy_uss "uss-1.2" "sle15_sp6"
;;
sle15_sp5*)
if [[ "$TARGET_ARCH" == "aarch64" ]]; then
Expand All @@ -213,7 +213,7 @@ function install_gdrcopy() {
fi
;;
sle15_sp6*)
install_gdrcopy_uss "master" "sle15_sp6"
install_gdrcopy_uss "uss-1.2" "sle15_sp6"
;;
*)
install_gdrcopy_nvidia
Expand Down

0 comments on commit 218d5c9

Please sign in to comment.