Skip to content

Commit

Permalink
Fix the load scripts to use the default cce compiler (chapel-lang#23569)
Browse files Browse the repository at this point in the history
The previous change removed the pin, but a change is needed to the
load_prgenv_cray function to not attempt to load a module and accept the
default module.
  • Loading branch information
tzinsky authored Oct 3, 2023
2 parents 9e30fe6 + 677e7f7 commit 026650e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,14 +345,14 @@ else

local target_prgenv="PrgEnv-cray"
local target_compiler="cce"
local target_version=$gen_version_cce
#local target_version=$gen_version_cce

# unload any existing PrgEnv
unload_module_re PrgEnv-

# load target PrgEnv with compiler version
load_module $target_prgenv
load_module_version $target_compiler $target_version
#load_module_version $target_compiler $target_version
}

function load_target_cpu() {
Expand Down

0 comments on commit 026650e

Please sign in to comment.