Skip to content

Commit d15e2ff

Browse files
committed
Merge remote-tracking branch 'upstream/master' into openmp_nvidia_merged_master
2 parents 5c01cf4 + eb61616 commit d15e2ff

File tree

13 files changed

+699
-832
lines changed

13 files changed

+699
-832
lines changed

.github/workflows/frontier/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ if [ "$run_bench" == "bench" ]; then
2121
./mfc.sh run "$dir/case.py" --case-optimization -j 8 --dry-run $build_opts
2222
done
2323
else
24-
./mfc.sh test -a --dry-run --rdma-mpi --generate -j 8 $build_opts
24+
./mfc.sh test -a --dry-run --rdma-mpi -j 8 $build_opts
2525
fi
2626

.github/workflows/frontier/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ fi
1919
if [ "$job_device" = "gpu" ]; then
2020
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus $job_device -- -c frontier
2121
else
22-
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j 32 -- -c frontier
22+
./mfc.sh test -a --max-attempts 3 -j 32 -- -c frontier
2323
fi

0 commit comments

Comments
 (0)