Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Aug 16, 2023
1 parent 7fdcf87 commit 9f2e08a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ spack ()
## Installing software

It is recommended that all software be installed using spack
environments. Currently two environments are provided (the names should be
self-explanatory):
1. `access-om3-devel`
2. `common_tools_and_libraries`
environments. Currently the following environments are provided (the names
should be self-explanatory):
1. `access-om3-0_1_0`
2. `access-om3-devel`
3. `common_tools_and_libraries`

Installation of a spack environment is usually quite straightforward, but
because this can be a CPU intensive operation and take quite some time, it is
Expand Down Expand Up @@ -86,7 +87,7 @@ $ spack env depfile -o Makefile
$ make -j
```

In the end, all the packages should be available in
`/g/data/ik11/spack/0.20.1/opt/linux-rocky8-cascadelake/` and the corresponding
environment modules are installed under
`/g/data/ik11/spack/0.20.1/share/modules/linux-rocky8-cascadelake/`.
In the end, all the packages should be available in some subdirectory of
`/g/data/ik11/spack/0.20.1/opt/` and the corresponding environment modules are
installed under a subdirectory of `/g/data/ik11/spack/0.20.1/modules`. The
actual subdirectories depend on the selected environement.

0 comments on commit 9f2e08a

Please sign in to comment.