Skip to content

Commit

Permalink
Also reference "gcc-native"
Browse files Browse the repository at this point in the history
Signed-off-by: Vassily Litvinov <[email protected]>
  • Loading branch information
vasslitvinov committed Dec 21, 2024
1 parent 2f219e6 commit d17587b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/cron/common-hpe-cray-ex.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ module load PrgEnv-gnu

# Load a newer gcc to avoid LLVM build errors
module swap gcc gcc/12.2.0
# Our test machine actually calls it 'gcc-native'
module swap gcc-native gcc-native/12.3

module load cray-pmi

export CHPL_HOST_PLATFORM=hpe-cray-ex
Expand Down

0 comments on commit d17587b

Please sign in to comment.