Skip to content

Commit 76b1060

Browse files
committed
added rdma flag to frontier dry run
1 parent d707d5f commit 76b1060

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/frontier/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [ "$1" == "gpu" ]; then
66
fi
77

88
. ./mfc.sh load -c f -m g
9-
./mfc.sh test --dry-run -j 8 $build_opts
9+
./mfc.sh test --dry-run --rdma-mpi -j 8 $build_opts

toolchain/mfc/test/test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ def _handle_case(case: TestCase, devices: typing.Set[int]):
231231

232232
if ARG("test_all"):
233233
case.delete_output()
234-
# if ARG("rdma_mpi"):
235-
# cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices, rdma_mpi=True)
236-
# else:
237234
cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices)
238235
out_filepath = os.path.join(case.get_dirpath(), "out_post.txt")
239236
common.file_write(out_filepath, cmd.stdout)

0 commit comments

Comments
 (0)