cb-geo/lammps-container:latest

$ singularity pull shub://cb-geo/lammps-container:latest

Singularity Recipe

# LAMMPS Serial with Granular
BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum

%setup
  cd $SINGULARITY_ROOTFS/opt
  wget http://lammps.sandia.gov/tars/lammps-stable.tar.gz

%post
  yum -y groupinstall "Development Tools"

  mkdir -p /opt/lammps
  cd /opt/lammps
  tar xf ../lammps-stable.tar.gz --strip-components 1

  cd src
  make yes-granular |& tee log.make_yes_granular
  make -j serial |& tee log.make_serial

%runscript
  /opt/lammps/src/lmp_serial "$@"

Collection


View on Datalad

Metrics

key value
id /containers/cb-geo-lammps-container-latest
collection name cb-geo/lammps-container
branch master
tag latest
commit 6ff797380c5ce21416e9897ab7742d72bdf192a4
version (container hash) 61de148d0e8ba4a442cbcad158514300
build date 2021-04-05T13:20:16.633Z
size (MB) 1337
size (bytes) 502829087
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.