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

Commit fbfa72d

Browse files
committed
use nvhpc/20.9 cuda/10.1.243
1 parent 29ed9a4 commit fbfa72d

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 @@ source ${JENKINS_DIR:-.}/_env_setup.sh
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)