keceli/mpi_benchmark:theta

$ singularity pull shub://keceli/mpi_benchmark:theta

Singularity Recipe

Bootstrap: docker
From: centos

%setup
   echo ${SINGULARITY_ROOTFS}
   mkdir ${SINGULARITY_ROOTFS}/container
  
%post
   yum update -y
   yum groupinstall -y "Development Tools"
   yum install -y gcc
   yum install -y gcc-c++
   yum install -y which
   yum install -y wget
   yum install -y git
   yum install -y ca-certificates
   wget http://www.mpich.org/static/downloads/3.2.1/mpich-3.2.1.tar.gz
   tar xf mpich-3.2.1.tar.gz
   rm -f mpich-3.2.1.tar.gz
   cd mpich-3.2.1
   ./configure --prefix=$PWD/install --disable-wrapper-rpath
   make -j 4 install
   export PATH=$PATH:$PWD/install/bin
   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install/lib
   cd /container
   git clone https://github.com/LLNL/mpiBench
   cd mpiBench
   mpicc -o mpibench -fPIC mpiBench.c

%environment
   PATH=$PATH:/mpich-3.2.1/install/bin/
   #LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mpich-3.2.1/install/lib
   export PATH
   #export LD_LIBRARY_PATH
   
%runscript
   /container/mpiBench/mpibench

Collection


View on Datalad

Metrics

key value
id /containers/keceli-mpi_benchmark-theta
collection name keceli/mpi_benchmark
branch master
tag theta
commit 22a1e73aa2cd4ce2ecda9d0237b1c11f48733631
version (container hash) 666a7ead1ef9233665568b33c30133e1
build date 2019-10-10T00:23:30.122Z
size (MB) 796
size (bytes) 222756895
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.