This one is easy to solve, so I guess it could be incorporated into SiestaBaseWorkchain's error handling.
The exact error in SIESTA is:
Sparse pattern is oversubscribed with nodes, please reduce number of nodes.
I would have done it myself, but I've been looking at the code and I'm not sure how to add a new error in SiestaCalculation. How does a CalcJob know which error has happened?
This one is easy to solve, so I guess it could be incorporated into
SiestaBaseWorkchain's error handling.The exact error in SIESTA is:
I would have done it myself, but I've been looking at the code and I'm not sure how to add a new error in
SiestaCalculation. How does aCalcJobknow which error has happened?