Skip to content

Commit 5c2e772

Browse files
authored
Merge branch 'main' into perf-oneapi-ompi505
2 parents 64d0ce8 + b6bd0d6 commit 5c2e772

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ACCESS-ESM1.6 is built and deployed automatically to `gadi` on NCI (see below).
1818
Then clone this repository and run the following commands on `gadi`:
1919

2020
```bash
21-
spack env create access-esm1.6 spack.yaml
22-
spack env activate access-esm1.6
21+
spack env create access-esm1p6 spack.yaml
22+
spack env activate -p access-esm1p6
2323
spack install
2424
```
2525

@@ -38,10 +38,8 @@ The deployment process also creates a GitHub release with the same tag. All rele
3838
Additionally the deployment creates environment modulefiles, the [standard method for deploying software on `gadi`](https://opus.nci.org.au/display/Help/Environment+Modules). To view available ACCESS-ESM1.6 versions:
3939

4040
```bash
41-
module use /g/data/vk83/apps/spack/0.22/release/modules/linux-rocky8-x86_64
42-
module avail access-esm1.6
41+
module use /g/data/vk83/modules
42+
module avail access-esm1p6
4343
```
4444

4545
For users of ACCESS-ESM1.6 model configurations released by ACCESS-NRI the exact location of the ACCESS-ESM1.6 model executables is not required. Model configurations will be updated with new model components when necessary.
46-
47-
For information on contributing your own fixes to the ACCESS-ESM1.6 `spack.yaml`, see the [CONTRIBUTING.md](./CONTRIBUTING.md) file.

0 commit comments

Comments
 (0)