Skip to content

Commit 07d217b

Browse files
author
Malmahrouqi3
committed
added -a for post_process testing
1 parent 0518a4f commit 07d217b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/frontier/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1515
else
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
1717
fi
1818

.github/workflows/frontier/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
44
ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`
55

66
if [ "$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
88
else
9-
./mfc.sh test --max-attempts 3 -j 32 -- -c frontier
9+
./mfc.sh test -a --max-attempts 3 -j 32 -- -c frontier
1010
fi

0 commit comments

Comments
 (0)