Skip to content

Commit 7839916

Browse files
committed
redundant code
1 parent c9b1599 commit 7839916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

toolchain/mfc/test/test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ 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:
237-
cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices)
234+
# if ARG("rdma_mpi"):
235+
# cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices, rdma_mpi=True)
236+
# else:
237+
cmd = case.run([PRE_PROCESS, SIMULATION, POST_PROCESS], gpus=devices)
238238
out_filepath = os.path.join(case.get_dirpath(), "out_post.txt")
239239
common.file_write(out_filepath, cmd.stdout)
240240

0 commit comments

Comments
 (0)