Skip to content

Commit

Permalink
Remove only MPI libraries in HPCX in L0_perf_analyzer (triton-inferen…
Browse files Browse the repository at this point in the history
…ce-server#5967)

* Be more specific with MPI removal

* Delete all libmpi libs
  • Loading branch information
dyastremsky committed Jun 21, 2023
1 parent 7fb4858 commit 306549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_perf_analyzer/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*

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

0 comments on commit 306549c

Please sign in to comment.