Skip to content
Snippets Groups Projects
Commit fa3684d8 authored by Marty Kandes's avatar Marty Kandes
Browse files

Add core application container submodules

parent 80871510
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,21 @@ ...@@ -28,3 +28,21 @@
[submodule "ubuntu-openmpi"] [submodule "ubuntu-openmpi"]
path = ubuntu-openmpi path = ubuntu-openmpi
url = https://github.com/mkandes/ubuntu-openmpi.git url = https://github.com/mkandes/ubuntu-openmpi.git
[submodule "beast"]
path = beast
url = https://github.com/mkandes/beast.git
[submodule "beast2"]
path = beast2
url = https://github.com/mkandes/beast2.git
[submodule "fenics"]
path = fenics
url = https://github.com/mkandes/fenics.git
[submodule "mxnet"]
path = mxnet
url = https://github.com/mkandes/mxnet.git
[submodule "pytorch"]
path = pytorch
url = https://github.com/mkandes/pytorch.git
[submodule "tensorflow"]
path = tensorflow
url = https://github.com/mkandes/tensorflow.git
...@@ -8,7 +8,7 @@ DESCRIPTION ...@@ -8,7 +8,7 @@ DESCRIPTION
around the software applications, frameworks, and libraries you need around the software applications, frameworks, and libraries you need
to run on high-performance computing systems. to run on high-performance computing systems.
* http://singularity.lbl.gov/ * https://sylabs.io/guides/latest/user-guide/
USAGE USAGE
...@@ -17,10 +17,25 @@ USAGE ...@@ -17,10 +17,25 @@ USAGE
./naked-singularity.sh install ./naked-singularity.sh install
Note, however, this install command and the uninstall command
below are currently only vaild for Singularity v2.6.1 or less.
An update for the Singularity v3.X.X series is in progress.
2. Build a simple Ubuntu Singularity container. 2. Build a simple Ubuntu Singularity container.
./naked-singularity.sh build -s comet -a ubuntu -d ubuntu.def ./naked-singularity.sh build -s comet -a ubuntu -d ubuntu.def
This build command is currently only valid for the older
versions of the repository's definition files. All new
definition files hosted as git submodules should be built
directly using Singularity.
sudo singularity build ubuntu.sif ubuntu/Singularity
A number of the containers are also now hosted at Singularity Hub.
singularity pull shub://mkandes/ubuntu
3. Uninstall Singularity from your local desktop, laptop, or 3. Uninstall Singularity from your local desktop, laptop, or
virtual machine. virtual machine.
...@@ -30,6 +45,10 @@ STATUS ...@@ -30,6 +45,10 @@ STATUS
A work in progress. A work in progress.
IMPORTANT: The repository is currently undergoing a restructuring.
All new definition files will be hosted as git submodules
of the main repository here.
CONTRIBUTE CONTRIBUTE
If you would like to contribute one of your own Singularity If you would like to contribute one of your own Singularity
...@@ -46,8 +65,8 @@ AUTHOR ...@@ -46,8 +65,8 @@ AUTHOR
VERSION VERSION
0.9.9 1.0.0
LAST UPDATED LAST UPDATED
Wednesday, June 3rd, 2020 Thursday, June 4th, 2020
Subproject commit 0b923843ac34ece9f997ee6ddaaea4e7c519296b
Subproject commit ec6490dfda311933427707767986de0a53efe68c
Subproject commit 4b178e8e042b66a1ac09d689ebc9620a666048e4
Subproject commit cd7bbfa09f7a4e6c103724eccab0b842fd63b6c0
Subproject commit 1244f7d55977f25b6917b936a301f66727eb7d88
Subproject commit 65c4bea0fa3db65301b2b01c1fad598770ce4e28
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment