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 e90ffb8 commit 3eb1706Copy full SHA for 3eb1706
.github/workflows/delta/test.sh
@@ -7,7 +7,7 @@ fi
7
8
./mfc.sh test --dry-run -j 20 $build_opts
9
10
-n_test_threads=8
+n_build_threads=20
11
12
if [ "$job_device" == "gpu" ]; then
13
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node
@@ -17,5 +17,5 @@ if [ "$job_device" == "gpu" ]; then
17
fi
18
19
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
-
+./mfc.sh build -j $n_build_threads --gpu
+./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts --no-build -- -c delta
0 commit comments