-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow users to pass extra options to the job submission command in the partition config #2970
Comments
@vkarak Sorry for not getting back to this earlier.... Yes, a way to pass additional options to the |
I was finally able to test it and passing |
To give a little more context I will clarify some parts of the setup of hortense and how I tested that passing The setup of Hortense: With ReFrame however we want to be able to submit to all partitions and not just the partition which is set in the environment. We tried first to set the partition in the config file of hortense. However here the
An other option was to see if passing the The set environment during the test:
the sbatch command:
With the following |
Yes, indeed, Slurm precedence is command-line > environment variable > job script. Another possibility for reframe to support this would be to add a configuration parameter in sched_options to instruct reframe to pass the |
This is requested by EESSI/test-suite#68 as well as #2968. #2968 introduces a solution that is LSF-specific (in terms of naming), but the idea is to generalise it to the rest of job schedulers.
@boegel @casparvl Would that work in your case?
The text was updated successfully, but these errors were encountered: