Skip to content
Discussion options

You must be logged in to vote

Hi Lea,

As discussed offline this issue seemed to be caused by no memory being allocated in the [[HPC]] block (between lines 50-64) of the meto_ex.cylc file which was then being inherited to setup other environments within the file. This resulted in no memory being allocated to the job when the ensemble was run and subsequently the job complained with an out of memory error. This was resolved by adding the following under the directives of the [[HPC]] class with the required amount of memory:

[[[directives]]]
     -l mem=10GB

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Pierre-siddall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q & A
Labels
None yet
3 participants