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 8fc4902 commit 64fa336Copy full SHA for 64fa336
.github/workflows/frontier/build.sh
@@ -13,6 +13,6 @@ if [ "$2" == "bench" ]; then
13
./mfc.sh run "$dir/case.py" --case-optimization -j 8 --dry-run $build_opts
14
done
15
else
16
- ./mfc.sh test -a --dry-run --rdma-mpi -j 1 $build_opts
+ ./mfc.sh test -a --dry-run --rdma-mpi -j 8 $build_opts
17
fi
18
0 commit comments