Increase jobfs to prevent exceeding the limit#484
Increase jobfs to prevent exceeding the limit#484blimlim merged 1 commit intodev-preindustrial+concentrationsfrom
Conversation
|
!test repro |
|
✅ The Bitwise Reproducibility Check Succeeded ✅ When comparing:
Further informationThe experiment can be found on Gadi at The checksums generated by this The checksums compared against are found here https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/48c6c305b5df2361946cd4a6b4d9171d14be71e6/testing/checksum Test summary: |
|
!cherry-pick eb42166 into dev-flat10 dev-preindustrial+emissions dev-historical+concentrations dev-amip dev-1pctCO2 1pctCO2-bgc 1pctCO2-rad dev-4xCO2+concentrations dev-preindustrial+concentrations+CN test-historical+emissions |
Automatic cherry-pick failed. Could not find branch(es) |
|
!cherry-pick eb42166 into dev-flat10 dev-preindustrial+emissions dev-historical+concentrations dev-amip dev-1pctCO2 dev-1pctCO2-bgc dev-1pctCO2-rad dev-4xCO2+concentrations dev-preindustrial+concentrations+CN test-historical+emissions |
Automatic cherry-pick failed. Could not find commit(s) |
|
!cherry-pick eb42166 into dev-flat10 dev-preindustrial+emissions dev-historical+concentrations dev-amip dev-1pctCO2 dev-1pctCO2-bgc dev-1pctCO2-rad dev-4xCO2+concentrations dev-preindustrial+concentrations+CN test-historical+emissions |
|
Automatic Git cherry-picking of commit(s) eb42166 into test-historical+emissions was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-flat10 was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-preindustrial+emissions was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-1pctCO2-bgc was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-1pctCO2-rad was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-historical+concentrations was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-preindustrial+concentrations+CN was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-1pctCO2 was successful. The new pull request can be reviewed and approved here. |
|
Automatic Git cherry-picking of commit(s) eb42166 into dev-4xCO2+concentrations was successful. The new pull request can be reviewed and approved here. |
1. Summary:
The historical configuration occasionally crashes due to exceeding the jobfs limit. This PR increases it from 1500MB -> 15GB, for the preindustrial configuration. This change will then be cherry-picked over to the other configurations.
2. Issues Addressed:
3. Dependencies (e.g. on payu, or model)
This change requires changes to (note pull request(s) where relevant):
4. Ad-hoc Testing
What ad-hoc testing was done? How are you convinced this change is correct (plots are good)?
Testing with a 1 month simulation shows that there are no issues with running the model
5. CI Testing
!test reprohas been run6. Reproducibility
Is this reproducible with the previous commit? (If not, why not?)
!test repro commithas been run.7. Performance
Has the model performance (say, throughput of model-years/wall-day) changed?
Change not expected to affect performance
If yes, provide the numbers from your testing. Is the performance better or worse?
8. Manifests
Have you changed the executable, the input files and/or the restart files?
If yes, have you updated the manifests?
To update the manifests, run payu setup (in a cloned copy of your feature branch) with reproducibility tests turned off:
Then commit the newly created manifest files (under manifests/) only to the branch for this PR.
9. Documentation
Is the documentation updated?
10. Merge Strategy