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 3eb1706 commit b97c295Copy full SHA for b97c295
.github/workflows/delta/test.sh
@@ -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 build -j $n_build_threads --gpu
21
-./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts --no-build -- -c delta
+./mfc.sh build -j $n_build_threads $build_opts
+./mfc.sh test --max-attempts 3 -a -j $n_test_threads $device_opts $build_opts --no-build -- -c delta
0 commit comments