Skip to content

Commit

Permalink
lammps not on path
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 19, 2023
1 parent a32efa3 commit adf78e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htcondor-execute-lammps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN yum update -y && \
curl -s -L https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.sh > cmake.sh && \
sh cmake.sh --prefix=/usr --skip-license && rm cmake.sh

ENV PATH=$PATH:/usr/lib64/mpich/bin
ENV PATH=$PATH:/usr/lib64/mpich/bin:/opt/lammps/build
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/mpich/lib

RUN git clone --depth 1 --branch stable_29Sep2021_update2 https://github.com/lammps/lammps.git /opt/lammps && \
Expand Down
2 changes: 1 addition & 1 deletion htcondor-submit-lammps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN yum update -y && \
curl -s -L https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.sh > cmake.sh && \
sh cmake.sh --prefix=/usr --skip-license && rm cmake.sh

ENV PATH=$PATH:/usr/lib64/mpich/bin
ENV PATH=$PATH:/usr/lib64/mpich/bin:/opt/lammps/build
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/mpich/lib

RUN git clone --depth 1 --branch stable_29Sep2021_update2 https://github.com/lammps/lammps.git /opt/lammps && \
Expand Down

0 comments on commit adf78e0

Please sign in to comment.