Sign inSign up

beelanl/cc-lammps

By beelanl

Updated over 8 years ago

Charliecloud version of LAMMPS

Image
0

229

beelanl/cc-lammps repository overview

Created by Allen McPherson on June 7, 2018.

Built with this Dockerfile:

FROM beelanl/cc-openmpi-2.1.x
WORKDIR /
RUN apt-get install -y \
    file \
    flex \
    g++ \
    gcc \
    gfortran \
    less \
    libdb5.3-dev \
    make \
    wget \
    git
RUN git clone https://github.com/lammps/lammps.git
WORKDIR /lammps/src
ENV PATH=$PATH:/usr/lib64/openmpi/bin/
RUN make -j16 mpi

Uses beelanl/cc-openmpi-2.1.x as base image. This version of OpenMPI was compiled without psm2 support and should therefore run with and without the Charliecloud --join option.

Tag summary

Content type

Image

Digest

Size

706.9 MB

Last updated

over 8 years ago

docker pull beelanl/cc-lammps