You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across a jobfs quota exceeded error when running the historical+concentrations configuration for several years. It's not completely clear when in the run it happened, but I think it might have been during the setup stage:
Setting up ice
Setting up coupler
Checking exe, input and restart manifests
Job 123620242.gadi-pbs killed due to exceeding jobfs quota. Quota: 100.0MB, Used: 435.49MB, Host: gadi-cpu-clx-2284
At the bottom of the resource report it also has
JobFS requested: 800.0MB JobFS used: 672.63MB
Rerunning got past the issue, but it could be good to increase the jobfs requested to try and avoid the error happening during long simulations.
The text was updated successfully, but these errors were encountered:
On 48 cpu nodes ACCESS-ESM1.5 uses 8 nodes. If the JOBFS is used in setup it will only be the root node, so the usage will be concentrated on a single node.
Dale wrote a very nice explainer of JOBSFS in case anyone is interested
I came across a
jobfs
quota exceeded error when running thehistorical+concentrations
configuration for several years. It's not completely clear when in the run it happened, but I think it might have been during thesetup
stage:At the bottom of the resource report it also has
Rerunning got past the issue, but it could be good to increase the
jobfs
requested to try and avoid the error happening during long simulations.The text was updated successfully, but these errors were encountered: