Skip to content
Snippets Groups Projects
Commit 4b8eda85 authored by Marshall Scott's avatar Marshall Scott
Browse files

Modified the file to remove the old method of downloading the conatiner and...

Modified the file to remove the old method of downloading the conatiner and added the singularity website for ease of acccess.
parent 4fae831b
No related branches found
No related tags found
1 merge request!5Modified the file to remove the old method of downloading the conatiner and...
......@@ -18,19 +18,25 @@ This tutorial requires that [singularity](singularity) is installed
on the system. We also assumes [modulefiles](modulefiles) can be
used but are not required.
Singularity can be downloaded by going to
https://sylabs.io/guides/3.7/user-guide/quick_start.html , with 3.7 being the
most recent version as of January 2021.
## The EIC Software Container
To properly emulate the EIC enviornmant a container containing necessary
software is needed.
Installing the [eic_container](quickstart/eic_container) is done with the
following:
```shell
git clone https://eicweb.phy.anl.gov/containers/eic_container.git
mkdir eic_container/build
cd eic_container/build
cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eic_container_1.0.4
make -j4 install
```
From here follow the instructions in the README file. Those will faithfully
install the container, and then follow the instructions below.
Inspect the list of files installed, noting the locations of modulefiles and
wrapper scripts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment