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

Commit 76d5d9d

Browse files
committed
back to nvhpc 20.9 as PGI 19.10 doesn't work with current GPU driver
1 parent 316c126 commit 76d5d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jenkins/install_coreneuron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ reportinglib_dir=$(spack location --install-dir --latest reportinglib%intel)
1010
CORENRN_TYPE="$1"
1111

1212
if [ "${CORENRN_TYPE}" = "GPU-non-unified" ] || [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
13-
module load pgi/19.10 cuda hpe-mpi cmake boost
13+
module load nvhpc/20.9 cuda/10.1.243 hpe-mpi cmake boost
1414

1515
mkdir build_${CORENRN_TYPE}
1616
else

0 commit comments

Comments
 (0)