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.