File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/workflows/frontier Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ if [ "$2" == "bench" ]; then
1313 ./mfc.sh run " $dir /case.py" --case-optimization -j 8 --dry-run $build_opts
1414 done
1515else
16- ./mfc.sh test --dry-run --rdma-mpi -j 8 $build_opts
16+ ./mfc.sh test -a - -dry-run --rdma-mpi -j 8 $build_opts
1717fi
1818
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
44ngpus=` echo " $gpus " | tr -d ' [:space:]' | wc -c`
55
66if [ " $job_device " = " gpu" ]; then
7- ./mfc.sh test --rdma-mpi --max-attempts 3 -j $ngpus -- -c frontier
7+ ./mfc.sh test -a - -rdma-mpi --max-attempts 3 -j $ngpus -- -c frontier
88else
9- ./mfc.sh test --max-attempts 3 -j 32 -- -c frontier
9+ ./mfc.sh test -a - -max-attempts 3 -j 32 -- -c frontier
1010fi
You can’t perform that action at this time.
0 commit comments