Dill-PICL/GOMAP-singularity:v1.1.comet
$ singularity pull shub://Dill-PICL/GOMAP-singularity:v1.1.comet
Singularity Recipe
Bootstrap: shub
From: Dill-PICL/GOMAP-base:xenial
%labels
MAINTAINER Kokulapalan Wimalanathan
Version 1.1
HPC Comet
%files
%environment
export LC_ALL=C
export DEBIAN_FRONTEND=noninteractive
export MYSQL_USER=pannzer
export MYSQL_DATABASE=pannzer
export MYSQL_ROOT_PASSWORD=mysql
export PYTHONNOUSERSITE="/tmp"
%post
echo "Running post"
#Installing mpich
wget http://www.mpich.org/static/downloads/3.2/mpich-3.2.tar.gz && \
tar -xf mpich-3.2.tar.gz && \
cd mpich-3.2 && \
./configure && make -j4 && make install && \
cd ..
pip install mpi4py==3.0.0
mkdir /opt/GOMAP/
git clone --branch=v1.1 https://github.com/Dill-PICL/GOMAP.git /opt/GOMAP/
chmod -R 777 /opt/GOMAP/
mkdir -p /workdir
mkdir -p /tmpdir
mkdir -p /var/log/mysql
mkdir -p /oasis /projects /scratch
echo "Completed Post"
%startscript
chmod 777 /tmp
nohup mysqld --user=$USER > /dev/null 2>&1 < /dev/null &
%runscript
cd /opt/GOMAP/
./gomap.py "$@"
Collection
- Name: Dill-PICL/GOMAP-singularity
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/Dill-PICL-GOMAP-singularity-v1.1.comet |
collection name | Dill-PICL/GOMAP-singularity |
branch | v1.1 |
tag | v1.1.comet |
commit | 3e5ff1f5605b38a8bb2779d7e60e8273307826cb |
version (container hash) | 284d352b1b08cc26766ce952bfb26cea |
build date | 2019-04-20T16:49:50.285Z |
size (MB) | 2113 |
size (bytes) | 772628511 |
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.