From 355ef4e36e608fcf23dfaf937f8b29219937e58e Mon Sep 17 00:00:00 2001 From: David Yastremsky Date: Tue, 20 Jun 2023 19:39:24 -0700 Subject: [PATCH 1/2] Be more specific with MPI removal --- qa/L0_perf_analyzer/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_perf_analyzer/test.sh b/qa/L0_perf_analyzer/test.sh index 73c5ee4c3b..33e2dccda3 100755 --- a/qa/L0_perf_analyzer/test.sh +++ b/qa/L0_perf_analyzer/test.sh @@ -968,7 +968,7 @@ set -e ## Test perf_analyzer without MPI library (`libmpi.so`) available -rm -rf /opt/hpcx +rm -rf /opt/hpcx/ompi/lib/libmpi.s* set +e $PERF_ANALYZER -v -m graphdef_int32_int32_int32 -s ${STABILITY_THRESHOLD} >$CLIENT_LOG 2>&1 From 693950b876bbd57a6b3b9d54d27b7ac331618e30 Mon Sep 17 00:00:00 2001 From: David Yastremsky Date: Tue, 20 Jun 2023 19:44:30 -0700 Subject: [PATCH 2/2] Delete all libmpi libs --- qa/L0_perf_analyzer/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_perf_analyzer/test.sh b/qa/L0_perf_analyzer/test.sh index 33e2dccda3..2fd08f84e0 100755 --- a/qa/L0_perf_analyzer/test.sh +++ b/qa/L0_perf_analyzer/test.sh @@ -968,7 +968,7 @@ set -e ## Test perf_analyzer without MPI library (`libmpi.so`) available -rm -rf /opt/hpcx/ompi/lib/libmpi.s* +rm -rf /opt/hpcx/ompi/lib/libmpi* set +e $PERF_ANALYZER -v -m graphdef_int32_int32_int32 -s ${STABILITY_THRESHOLD} >$CLIENT_LOG 2>&1