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

Commit 4bbe8ef

Browse files
committed
Avoid P2 UC2 ndoes as GPFS is not mounted (HELP-13390)
1 parent ddc7ebc commit 4bbe8ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/jenkins/install_coreneuron.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ if [ "${CORENRN_TYPE}" = "GPU-non-unified" ]; then
3838
-DCORENRN_ENABLE_GPU=ON \
3939
-DCORENRN_ENABLE_CUDA_UNIFIED_MEMORY=OFF \
4040
-DCMAKE_INSTALL_PREFIX=$WORKSPACE/install_${CORENRN_TYPE}/ \
41-
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
42-
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
41+
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta,skl;--gres=gpu:2;--mem;0;-t;00:05:00" \
42+
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta,skl;--gres=gpu:2;--mem;0;-t;00:05:00" \
4343
-DAUTO_TEST_WITH_SLURM=OFF \
4444
-DAUTO_TEST_WITH_MPIEXEC=OFF \
4545
$WORKSPACE/
@@ -48,8 +48,8 @@ elif [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
4848
-DCORENRN_ENABLE_GPU=ON \
4949
-DCORENRN_ENABLE_CUDA_UNIFIED_MEMORY=ON \
5050
-DCMAKE_INSTALL_PREFIX=$WORKSPACE/install_${CORENRN_TYPE}/ \
51-
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
52-
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta;--gres=gpu:2;--mem;0;-t;00:05:00" \
51+
-DTEST_MPI_EXEC_BIN="srun;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta,skl;--gres=gpu:2;--mem;0;-t;00:05:00" \
52+
-DTEST_EXEC_PREFIX="srun;-n;6;--account=proj16;--partition=$SALLOC_PARTITION;--constraint=volta,skl;--gres=gpu:2;--mem;0;-t;00:05:00" \
5353
-DAUTO_TEST_WITH_SLURM=OFF \
5454
-DAUTO_TEST_WITH_MPIEXEC=OFF \
5555
$WORKSPACE/

0 commit comments

Comments
 (0)