jtchilders/singularity_mpi_test_recipe:dvs6_py36_mpi
$ singularity pull shub://jtchilders/singularity_mpi_test_recipe:dvs6_py36_mpi
Singularity Recipe
Bootstrap: shub
From: jtchilders/singularity_mpi_test_recipe:dvs6_py36
%post
yum install -y wget git patch
echo setting up devtoolset6
# setup devtoolset6
scl enable devtoolset-6 bash
echo make alias for python 3.6
# alias python3.6
rm /usr/bin/python
ln -s /usr/bin/python3.6 /usr/bin/python
ln -s /usr/bin/pip3.6 /usr/bin/pip
MPICH_VERSION=3.3
echo installing mpich $MPICH_VERSION
mkdir /mpich
cd /mpich
wget http://www.mpich.org/static/downloads/$MPICH_VERSION/mpich-$MPICH_VERSION.tar.gz
tar xf mpich-$MPICH_VERSION.tar.gz --strip-components=1
./configure --prefix=/mpich/install --disable-wrapper-rpath
make -j 4 install
Collection
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jtchilders-singularity_mpi_test_recipe-dvs6_py36_mpi |
collection name | jtchilders/singularity_mpi_test_recipe |
branch | master |
tag | dvs6_py36_mpi |
commit | 72103691611e5a0f3db1d299ffc5d4417670eb49 |
version (container hash) | 477d7eeb2576619b8028775e13ec18ee |
build date | 2019-02-14T08:45:01.838Z |
size (MB) | 1338 |
size (bytes) | 403017759 |
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.