Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
1
What is this?
A topic that will be used to announce updates to payu at NCI.
What is payu?
payu is the tool used to run a number of ACCESS models on NCI hardware
How is this topic used?
This topic will be the place where updates to payu at NCI will be announced, with details of what those updates entail.
What should I do to be notified of any updates?
You can watch this topic, and be notified by email of every update, but that would include replies if people have questions. The recommendation would be to follow this guide:
but to set to “Tracking” to make sure you see when there are updates, but don’t get too bombarded with email updates.
But it is entirely up to personal preference.
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
2
Fixed bug introduced with spack support update (version 1.0.28) and cleaned up internal code logic Issue #354
Notes
Enhanced module support
payu already supported loading user-specified modules when a model is run.
payu now also supports module use paths in the config.yaml file. This is documented but in essence if you have an existing config.yaml that has something like this:
It makes the configuration more portable. Someone else can clone your configuration and run it without additional steps required
The paths specified in the use section are parsed for storage points and /g/data/ and /scratch directories are automatically added to -l storage options when payu submits the job to the PBS queue
Note: the previous syntax is still supported.
Support for spack built exectutables
For the most part spack uses a mechanism to embed within an executable information about the location of library dependencies that were used to compile the executable.
In these cases it doesn’t rely on some of the module inspection payu does to make sure the correct modules are loaded. For libraries outside the /apps hierarchy payu no longer attempts to do this sort of inspection.