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 4cdabd9 commit 4db238bCopy full SHA for 4db238b
.github/workflows/frontier/test.sh
@@ -17,7 +17,7 @@ if [ "$job_device" = "gpu" ]; then
17
fi
18
19
if [ "$job_device" = "gpu" ]; then
20
- ./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus $job_device -- -c frontier
+ ./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus $device_opts -- -c frontier
21
else
22
./mfc.sh test -a --max-attempts 3 -j 32 -- -c frontier
23
0 commit comments