Page MenuHomePhabricator

Singularity
Updated 2,027 Days AgoPublic

Version 1 of 4: You are viewing an older version of this document, as it appeared on Oct 29 2018, 11:28 AM.

Compile Singularity

sudo -i
cd /opt
git clone https://github.com/sylabs/singularity.git
cd singularity.git
git checkout tags/2.6.0
./configure 
make –j 4
make install

Basic Singularity Workflow

#Pull the Ubuntu 16.04 container from docker.
singularity build --sandbox my-container-ubuntu1604 docker://ubuntu:16.04 

#Open up a bash shell for the container
singularity shell --writable openfoam6-ubuntu1604/ 

#Build an .simg file for use on pronghorn.
singularity build openfoam6-ubuntu1604.simg openfoam6-ubuntu1604/
Last Author
newellz2
Last Edited
Oct 29 2018, 11:28 AM

Event Timeline

newellz2 edited the content of this document. (Show Details)
newellz2 edited the content of this document. (Show Details)
newellz2 edited the content of this document. (Show Details)