igory1999/openmpi_3.0.0:latest

$ singularity pull shub://igory1999/openmpi_3.0.0:latest

Singularity Recipe

Bootstrap: yum
OSVersion: 7
MirrorURL: http://ftp2.scientificlinux.org/linux/scientific/7x/x86_64/os
Include: yum

%runscript
    exec echo "module load openmpi/3.0.0"
%labels
   AUTHOR ivy2@uchicago.edu
%post
   yum -y update
   yum -y install wget emacs vi make automake autoconf gcc gcc-c++ which python perl gcc-gfortran
   wget https://www.open-mpi.org/software/ompi/v3.0/downloads/openmpi-3.0.0.tar.gz
   tar xvf openmpi-3.0.0.tar.gz
   cd openmpi-3.0.0
   ./configure --enable-mpi-cxx --enable-mpi-fortran --enable-mpi-cxx-seek
   make
   make install

Collection


View on Datalad

Metrics

key value
id /containers/igory1999-openmpi_3.0.0-latest
collection name igory1999/openmpi_3.0.0
branch master
tag latest
commit 729ee58da7f24643e7dad2f8c46528aa1233c701
version (container hash) 92a4c1f161566694300d78c034c2804c
build date 2017-10-29T15:13:28.369Z
size (MB) 1154
size (bytes) 353554463
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.