Skip to content
Snippets Groups Projects

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

Merged Marshall Scott requested to merge quickstart_mod into master
1 file
+ 10
4
Compare changes
  • Side-by-side
  • Inline
@@ -18,19 +18,25 @@ This tutorial requires that [singularity](singularity) is installed
@@ -18,19 +18,25 @@ This tutorial requires that [singularity](singularity) is installed
on the system. We also assumes [modulefiles](modulefiles) can be
on the system. We also assumes [modulefiles](modulefiles) can be
used but are not required.
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
## 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
Installing the [eic_container](quickstart/eic_container) is done with the
following:
following:
```shell
```shell
git clone https://eicweb.phy.anl.gov/containers/eic_container.git
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
Inspect the list of files installed, noting the locations of modulefiles and
wrapper scripts.
wrapper scripts.
Loading