Skip to content

Commit 4db238b

Browse files
committed
Fix issue in frontier test script
1 parent 4cdabd9 commit 4db238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontier/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$job_device" = "gpu" ]; then
1717
fi
1818

1919
if [ "$job_device" = "gpu" ]; then
20-
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus $job_device -- -c frontier
20+
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus $device_opts -- -c frontier
2121
else
2222
./mfc.sh test -a --max-attempts 3 -j 32 -- -c frontier
2323
fi

0 commit comments

Comments
 (0)