-
From the Executors doc: it seems that it's possible to configure which optimizers are run and also add a custom one by setting the following option:
Currently we have the default config:
but when I've tried for instance to remove the JobSanity from the list:
it doesn't work as expected. The job stuck in Checking Status trying to execute JobSanity. I'm asking this because I would like to replace the current JobSanity with a custom one. Can you please tell me which is the correct procedure? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do you by chance see in the job parameters the "JobPath" parameter? Anyway, it might be due to this: so add the option |
Beta Was this translation helpful? Give feedback.
Do you by chance see in the job parameters the "JobPath" parameter?
Anyway, it might be due to this:
DIRAC/src/DIRAC/WorkloadManagementSystem/Executor/JobPath.py
Line 40 in 49b527f
so add the option
BasePath
with valueJobPath
to the executors configuration (in/Systems
)