@@ -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