Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/frontier/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if [ "$2" == "bench" ]; then
./mfc.sh run "$dir/case.py" --case-optimization -j 8 --dry-run $build_opts
done
else
./mfc.sh test -a --dry-run --rdma-mpi --generate -j 8 $build_opts
./mfc.sh test --dry-run --rdma-mpi -j 8 $build_opts
fi

4 changes: 2 additions & 2 deletions .github/workflows/frontier/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`

if [ "$job_device" = "gpu" ]; then
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus -- -c frontier
./mfc.sh test --rdma-mpi --max-attempts 3 -j $ngpus -- -c frontier
else
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j 32 -- -c frontier
./mfc.sh test --max-attempts 3 -j 32 -- -c frontier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you removed testing of post_process on frontier (that's what -a does). please put it back 😄

fi
189 changes: 189 additions & 0 deletions tests/1B300F28/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions tests/1B300F28/golden.txt

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions tests/2C9844EF/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions tests/2C9844EF/golden.txt

Large diffs are not rendered by default.

Loading
Loading