Skip to content

Commit fd71293

Browse files
author
mohdsaid497566
committed
quick fix for rdma_mpi not recognized
1 parent 41239e8 commit fd71293

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

toolchain/mfc/test/test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,7 @@ def _handle_case(case: TestCase, devices: typing.Set[int]):
192192
cons.print(f" [bold magenta]{case.get_uuid()}[/bold magenta] SKIP {case.trace}")
193193
return
194194

195-
if "RDMA MPI" in case.trace:
196-
cmd = case.run([PRE_PROCESS, SIMULATION], gpus=devices, rdma_mpi=True)
197-
else:
198-
cmd = case.run([PRE_PROCESS, SIMULATION], gpus=devices)
195+
cmd = case.run([PRE_PROCESS, SIMULATION], gpus=devices)
199196

200197
out_filepath = os.path.join(case.get_dirpath(), "out_pre_sim.txt")
201198

0 commit comments

Comments
 (0)