Skip to content

Commit

Permalink
Addressed Harshula's comments to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Sep 17, 2024
1 parent 8192ad3 commit 2baa737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="card-text-container">
<span class="bold">Set up Spack for model builds</span>
<span>
Spack is a flexible package manager used to build ACCESS models.
Spack is a build-from-source package manager that is used to build ACCESS models.
</span>
</div>
</a>
Expand Down
10 changes: 5 additions & 5 deletions docs/getting_started/spack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Spack](https://spack.io/about/) is a build-from-source package manager, specifically designed to simplify the installation of scientific software on supercomputers.

To know more about _Spack_ usage, please familiarise yourself with the [Basic Usage instructions](https://spack.readthedocs.io/en/latest/basic_usage.html) and [Environments](https://spack.readthedocs.io/en/latest/environments.html).<br>
We also reccommend you check the [Spack 101 Tutorial](https://spack-tutorial.readthedocs.io/en/latest/).


## Prerequisites
To use _Spack_ on _Gadi_, you must have an NCI account.<br>
For instructions on how to set up an account, refer to [Set Up your NCI Account](/getting_started/set_up_nci_account).
Expand Down Expand Up @@ -41,7 +45,7 @@ ln -s -r -v spack-config/v0.22/gadi/* spack/etc/spack/
!!! success
Your _Spack_ setup is complete!

### Test Spack
### Test Spack (OPTIONAL)

To test _Spack_ we will create an environment (in this example it will be the on to build ACCESS-OM2 executables) and build the relevant packages. Then, we will uninstall all the packages and remove the environment.

Expand All @@ -59,7 +63,3 @@ spack env deactivate
spack env rm access-om2 -y
rm access-om2-spack.yaml
```

### More information
To know more about _Spack_ usage, please familiarise yourself with the [Basic Usage instructions](https://spack.readthedocs.io/en/latest/basic_usage.html) and [Environments](https://spack.readthedocs.io/en/latest/environments.html).<br>
We also reccommend you check the [Spack 101 Tutorial](https://spack-tutorial.readthedocs.io/en/latest/).

0 comments on commit 2baa737

Please sign in to comment.