Skip to content

Commit 5e1caec

Browse files
committed
more runner
1 parent 2f33f55 commit 5e1caec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/delta/submit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ sbatch_cpu_opts="\
1919
"
2020

2121
sbatch_gpu_opts="\
22-
#SBATCH -p gpuA100x4
22+
#SBATCH -p gpuA100x4,gpuA100x8
2323
#SBATCH --account=bdiy-delta-gpu
24-
#SBATCH --gpus-per-node=2
24+
#SBATCH --gpus-per-node=4
2525
"
2626

2727
if [ "$2" == "cpu" ]; then

.github/workflows/delta/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77

88
./mfc.sh test --dry-run -j 8 $build_opts
99

10-
n_test_threads=8
10+
n_test_threads=12
1111

1212
if [ "$job_device" == "gpu" ]; then
1313
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node

0 commit comments

Comments
 (0)