Skip to content

Commit 2c19b95

Browse files
dyastremskymc-nv
authored andcommitted
Remove only MPI libraries in HPCX in L0_perf_analyzer (#5967)
* Be more specific with MPI removal * Delete all libmpi libs
1 parent 14bd9e5 commit 2c19b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/L0_perf_analyzer/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ set -e
968968

969969
## Test perf_analyzer without MPI library (`libmpi.so`) available
970970

971-
rm -rf /opt/hpcx
971+
rm -rf /opt/hpcx/ompi/lib/libmpi*
972972

973973
set +e
974974
$PERF_ANALYZER -v -m graphdef_int32_int32_int32 -s ${STABILITY_THRESHOLD} >$CLIENT_LOG 2>&1

0 commit comments

Comments
 (0)