Skip to content

Commit 3eb1706

Browse files
authored
Update test.sh
1 parent e90ffb8 commit 3eb1706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/delta/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77

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

10-
n_test_threads=8
10+
n_build_threads=20
1111

1212
if [ "$job_device" == "gpu" ]; then
1313
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node
@@ -17,5 +17,5 @@ if [ "$job_device" == "gpu" ]; then
1717
fi
1818

1919
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sw/spack/deltas11-2023-03/apps/linux-rhel8-zen3/nvhpc-24.1/openmpi-4.1.5-zkiklxi/lib/
20-
./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts -- -c delta
21-
20+
./mfc.sh build -j $n_build_threads --gpu
21+
./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts --no-build -- -c delta

0 commit comments

Comments
 (0)