-
Help
DescriptionI am trying to access options inside of a job submitted to slurm. This works find when running locally, but using the slurm controller appears to not pass on the options() in the same way. Is this the intended behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
wlandau
Mar 24, 2025
Replies: 1 comment 7 replies
-
|
Neither |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Shians
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neither
targetsnorcrewpasses options or environment variables to parallel workers. I suggest setting any options you need inside the target that needs them.