sysmso/docker-openmpi:latest

$ singularity pull shub://sysmso/docker-openmpi:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%files
mpi-ping.c /mpi-ping.c

%labels
AUTHOR souchal@apc.in2p3.fr
version 1.0

%environment
LD_LIBRARY_PATH=/usr/local/lib/
export LD_LIBRARY_PATH

%post

apt-get update && apt-get -y install software-properties-common wget build-essential sgml-base rsync xml-core openssh-client
add-apt-repository universe
apt-get update && apt-get -y install cmake git gfortran openmpi-common openmpi-bin libopenmpi-dev
apt-get clean

%runscript
mpicc /mpi-ping.c

Collection


View on Datalad

Metrics

key value
id /containers/sysmso-docker-openmpi-latest
collection name sysmso/docker-openmpi
branch master
tag latest
commit 23a458433f1f5e3f9d16c3b8ab0da9a02be14c1a
version (container hash) 4f421b3bb71e76112a44e8b1d3da125c
build date 2019-12-29T15:53:53.250Z
size (MB) 545
size (bytes) 207675423
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.