Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit fdc8aaf

Browse files
committed
Load gcc module for CUDA in Jenkins CI.
1 parent 967b920 commit fdc8aaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/jenkins/install_coreneuron.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ CORENRN_TYPE="$1"
1212

1313
if [ "${CORENRN_TYPE}" = "GPU-non-unified" ] || [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
1414
# PGI compiler issue in unstable : BSD-204
15-
module load nvhpc cuda/11.0.2 hpe-mpi cmake boost
15+
# load gcc so CUDA uses deployed gcc ~v9 not systen ~v4
16+
module load gcc nvhpc cuda/11.0.2 hpe-mpi cmake boost
1617
mkdir build_${CORENRN_TYPE}
1718
else
1819
module load boost intel hpe-mpi cmake

0 commit comments

Comments
 (0)