From 4b8eda85932740a079d9a137a0607d2cc79e385c Mon Sep 17 00:00:00 2001 From: Marshall Scott <mbscott@anl.gov> Date: Mon, 25 Jan 2021 16:50:58 -0500 Subject: [PATCH] Modified the file to remove the old method of downloading the conatiner and added the singularity website for ease of acccess. --- src/docs/getting-started/quickstart.mdx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index d8d67a8..305ea68 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -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. -- GitLab