Skip to content

Commit

Permalink
added libfabric for lammps application
Browse files Browse the repository at this point in the history
  • Loading branch information
rajibhossen committed Dec 20, 2023
1 parent 50bfddf commit 183854c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions arm/Dockerfile.rocky-lammps
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN dnf update -y && dnf install -y \
dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm -y && \
dnf install --nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm -y && \
dnf install -y ffmpeg ffmpeg-devel && \
dnf install -y libfabric && \
pip install clang-format

# install laamps
Expand Down
3 changes: 2 additions & 1 deletion arm/Dockerfile.ubuntu-lammps
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive

# Install time for timed commands, and other helpful ones
RUN apt-get update && apt-get install -y \
time git cmake sudo ca-certificates wget curl ssh jq mpich python3-pip vim gcc g++ mpich && \
time git cmake sudo ca-certificates wget curl ssh jq mpich python3-pip vim gcc g++ mpich && \
apt-get install -y libfabric-dev && \
apt-get clean && \
apt-get autoremove && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 183854c

Please sign in to comment.