There was an error while loading. Please reload this page.
1 parent 967b920 commit fdc8aafCopy full SHA for fdc8aaf
1 file changed
tests/jenkins/install_coreneuron.sh
@@ -12,7 +12,8 @@ CORENRN_TYPE="$1"
12
13
if [ "${CORENRN_TYPE}" = "GPU-non-unified" ] || [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
14
# PGI compiler issue in unstable : BSD-204
15
- module load nvhpc cuda/11.0.2 hpe-mpi cmake boost
+ # load gcc so CUDA uses deployed gcc ~v9 not systen ~v4
16
+ module load gcc nvhpc cuda/11.0.2 hpe-mpi cmake boost
17
mkdir build_${CORENRN_TYPE}
18
else
19
module load boost intel hpe-mpi cmake
0 commit comments