We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41239e8 commit fd71293Copy full SHA for fd71293
toolchain/mfc/test/test.py
@@ -192,10 +192,7 @@ def _handle_case(case: TestCase, devices: typing.Set[int]):
192
cons.print(f" [bold magenta]{case.get_uuid()}[/bold magenta] SKIP {case.trace}")
193
return
194
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)
+ cmd = case.run([PRE_PROCESS, SIMULATION], gpus=devices)
199
200
out_filepath = os.path.join(case.get_dirpath(), "out_pre_sim.txt")
201
0 commit comments