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

Commit d9c7892

Browse files
committed
Update NMODL submodule to latest master
Use 2 GPUs for Jenkins CI
1 parent 9aa5991 commit d9c7892

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

external/nmodl

Submodule nmodl updated 50 files

tests/jenkins/install_coreneuron.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if [ "${CORENRN_TYPE}" = "GPU-non-unified" ]; then
3535
-DCORENRN_ENABLE_GPU=ON \
3636
-DCORENRN_ENABLE_CUDA_UNIFIED_MEMORY=OFF \
3737
-DCMAKE_INSTALL_PREFIX=$WORKSPACE/install_${CORENRN_TYPE}/ \
38-
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:1;--mem;0;-t;00:05:00" \
39-
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:1;--mem;0;-t;00:05:00" \
38+
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
39+
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
4040
-DAUTO_TEST_WITH_SLURM=OFF \
4141
-DAUTO_TEST_WITH_MPIEXEC=OFF \
4242
$WORKSPACE/
@@ -45,8 +45,8 @@ elif [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
4545
-DCORENRN_ENABLE_GPU=ON \
4646
-DCORENRN_ENABLE_CUDA_UNIFIED_MEMORY=ON \
4747
-DCMAKE_INSTALL_PREFIX=$WORKSPACE/install_${CORENRN_TYPE}/ \
48-
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:1;--mem;0;-t;00:05:00" \
49-
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:1;--mem;0;-t;00:05:00" \
48+
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
49+
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
5050
-DAUTO_TEST_WITH_SLURM=OFF \
5151
-DAUTO_TEST_WITH_MPIEXEC=OFF \
5252
$WORKSPACE/

0 commit comments

Comments
 (0)