outbackCrustacian/install_MPI_to_Vagrant:derived
$ singularity pull shub://outbackCrustacian/install_MPI_to_Vagrant:derived
Singularity Recipe
Bootstrap: shub
From: jtchilders/singularity_mpi_test_recipe:latest
%setup
# make directory for test MPI program
mkdir ${SINGULARITY_ROOTFS}/dmpi
# cp pi.c ${SINGULARITY_ROOTFS}/dmpi/
%post
yum install -y wget
# add to local environment to build pi.c
#export PATH=$PATH:/mpich/install/lib
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mpich/install/lib
env | sort
cd /dmpi
wget -q https://download.open-mpi.org/release/open-mpi/v3.1/openmpi-3.1.1.tar.gz
tar xf openmpi-3.1.1.tar.gz --strip-components=1
./configure --prefix=/usr
#CC=/mpich/install/bin/mpicc CXX=/mpich/install/bin/mpicxx --prefix=/usr
make
make install
Collection
- Name: outbackCrustacian/install_MPI_to_Vagrant
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/outbackCrustacian-install_MPI_to_Vagrant-derived |
collection name | outbackCrustacian/install_MPI_to_Vagrant |
branch | master |
tag | derived |
commit | 129d921c749080e5278e63ed69056c406ccb67f0 |
version (container hash) | e37e50e5c6db121a522aa98275a8ca61 |
build date | 2018-07-13T21:19:59.938Z |
size (MB) | 1085 |
size (bytes) | 284086303 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.