Skip to content

Commit

Permalink
Merge pull request #17661 from ronawho/fix-comp-path-xc-ak
Browse files Browse the repository at this point in the history
Adjust COMPILER_PATH after loading gnu for XC Arkouda testing

Follow on to #17656. Was mistakenly setting it before loading gnu module,
which set `COMPILER_PATH` to the system gcc instead of the module one.
  • Loading branch information
ronawho authored May 9, 2021
2 parents aa0a020 + 856f2ac commit 431f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cron/test-perf.cray-xc.arkouda.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.cray-xc.arkouda"

# setup arkouda
source $CWD/common-arkouda.bash
source $CWD/common-llvm-comp-path.bash
export ARKOUDA_NUMLOCALES=16

module list
Expand All @@ -21,6 +20,7 @@ module unload $(module -t list 2>&1 | grep craype-hugepages)
module load craype-hugepages16M
module unload perftools-base
module unload atp
source $CWD/common-llvm-comp-path.bash

module list

Expand Down

0 comments on commit 431f406

Please sign in to comment.