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

Commit 875f56d

Browse files
authored
Do not specify CUDA version in Jenkins. (#759)
nvhpc/22.1 was not compatible with the specified version.
1 parent e1fcd36 commit 875f56d

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
@@ -11,7 +11,7 @@ libsonata_report_dir=$(spack install libsonata-report%intel | cut -d' ' -f2)
1111
CORENRN_TYPE="$1"
1212

1313
if [ "${CORENRN_TYPE}" = "GPU-non-unified" ] || [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
14-
module load gcc nvhpc cuda/11.4.2 hpe-mpi cmake boost
14+
module load gcc nvhpc cuda hpe-mpi cmake boost
1515
mkdir build_${CORENRN_TYPE}
1616
else
1717
module load boost intel-oneapi-compilers hpe-mpi cmake

0 commit comments

Comments
 (0)