Fix MPI test failures (#322)

The CI test machines only have 2 MPI slots. MPI tests were failing
when requesting 4 CPUs. Update these tests to request 2 CPUs.

[ROCm/rocprofiler-systems commit: aeb346b6d6]
This commit is contained in:
Ben Richard
2024-01-09 10:19:06 -05:00
committed by GitHub
orang tua a1b11b94f0
melakukan e75c591baa
@@ -13,7 +13,7 @@ omnitrace_add_test(
NAME "mpi"
TARGET mpi-example
MPI ON
NUM_PROCS 4
NUM_PROCS 2
REWRITE_ARGS
-e
-v
@@ -37,7 +37,7 @@ omnitrace_add_test(
NAME "mpi-flat-mpip"
TARGET mpi-example
MPI ON
NUM_PROCS 4
NUM_PROCS 2
LABELS "mpip"
REWRITE_ARGS
-e
@@ -60,7 +60,7 @@ omnitrace_add_test(
NAME "mpi-flat"
TARGET mpi-example
MPI ON
NUM_PROCS 4
NUM_PROCS 2
LABELS "mpip"
REWRITE_ARGS
-e