Move resource
validation of CalcJob
from global validator to port itself
#3431
Labels
Milestone
resource
validation of CalcJob
from global validator to port itself
#3431
The
metadata.options.resources
of aCalcJob
are validated by a validator on the globalinputs
namespace of the process. This makes it difficult for sub classes to control this behavior. If a sub class wants to make theresources
optional, for example to implement automatic parallelization that would set the resources automatically, the validation would always fail.The text was updated successfully, but these errors were encountered: