Skip to content

Commit

Permalink
Merge pull request #78 from ACCESS-NRI/anton-seaice-patch-1
Browse files Browse the repository at this point in the history
Update spack docs link in DEVELOPERS.md
  • Loading branch information
CodeGat authored Jul 31, 2024
2 parents ac29170 + 5018d6d commit 1f5e4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Developers Guide

This guide steps through the process to develop the ACCESS-OM2 model using [spack](spack.io), the build from source package manager that is used to build and deploy the model. Spack automatically downloads package sources to a cache, compiles and installs them. However spack also supports model development using a modified environment where the components that are being actively developed are compiled in a local source directory, and the rest built in the normal spack manner.
This guide steps through the process to develop the ACCESS-OM2 model using [spack](https://spack.readthedocs.io), the build from source package manager that is used to build and deploy the model. Spack automatically downloads package sources to a cache, compiles and installs them. However spack also supports model development using a modified environment where the components that are being actively developed are compiled in a local source directory, and the rest built in the normal spack manner.

This guide is to assist developers who wish to modify one or more of the model components of ACCESS-OM2 and compile the modified code. Typically there is a development cycle, where the code is modified, compiled, tested and further modified based on testing.

Expand Down

0 comments on commit 1f5e4c6

Please sign in to comment.