Skip to content

Commit

Permalink
update mpi lib in ld_library path
Browse files Browse the repository at this point in the history
  • Loading branch information
yukirora committed Apr 15, 2024
1 parent fb97e24 commit cde72b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/cuda12.4.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN cd /tmp && \
rm -rf aocl-blis-linux-aocc-4.0.tar.gz

ENV PATH="${PATH}" \
LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}" \
LD_LIBRARY_PATH="/usr/local/lib:/usr/local/mpi/lib:${LD_LIBRARY_PATH}" \
SB_HOME=/opt/superbench \
SB_MICRO_PATH=/opt/superbench \
ANSIBLE_DEPRECATION_WARNINGS=FALSE \
Expand Down

0 comments on commit cde72b8

Please sign in to comment.