From e75c591baa7344324030dd59a9aa2abbd0cf80c2 Mon Sep 17 00:00:00 2001 From: Ben Richard <143630488+benrichard-amd@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:19:06 -0500 Subject: [PATCH] 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: aeb346b6d645d8734c81102ead832f5f06332cd5] --- .../rocprofiler-systems/tests/omnitrace-mpi-tests.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-systems/tests/omnitrace-mpi-tests.cmake b/projects/rocprofiler-systems/tests/omnitrace-mpi-tests.cmake index 3007c62791..3a2d5427e5 100644 --- a/projects/rocprofiler-systems/tests/omnitrace-mpi-tests.cmake +++ b/projects/rocprofiler-systems/tests/omnitrace-mpi-tests.cmake @@ -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