We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f33f55 commit 5e1caecCopy full SHA for 5e1caec
.github/workflows/delta/submit.sh
@@ -19,9 +19,9 @@ sbatch_cpu_opts="\
19
"
20
21
sbatch_gpu_opts="\
22
-#SBATCH -p gpuA100x4
+#SBATCH -p gpuA100x4,gpuA100x8
23
#SBATCH --account=bdiy-delta-gpu
24
-#SBATCH --gpus-per-node=2
+#SBATCH --gpus-per-node=4
25
26
27
if [ "$2" == "cpu" ]; then
.github/workflows/delta/test.sh
@@ -7,7 +7,7 @@ fi
7
8
./mfc.sh test --dry-run -j 8 $build_opts
9
10
-n_test_threads=8
+n_test_threads=12
11
12
if [ "$job_device" == "gpu" ]; then
13
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node
0 commit comments