-
Notifications
You must be signed in to change notification settings - Fork 12
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
2.0 - Scheduler Variables #65
Comments
Feel free to add any more that you can think of. I made up a few I think will be useful for result logging. |
It occurs to me that num_nodes might be better as a string that can be parsed to be:
This can be useful for the automated/continuous testing efforts to provide more flexibility in the demands. As I understand it, Slurm is capable of handing analogues to all of these use-cases. Presumably other schedulers are as well. Thoughts, @pflarr ? |
It's up to the scheduler to interpret these values. They're always handled
as strings.
…On Mon, Nov 26, 2018 at 1:02 PM Nicholas Sly ***@***.***> wrote:
It occurs to me that num_nodes might be better as a string that can be
parsed to be:
1. A number that can be directly cast to an integer for a precise
number of nodes. 0 can still denote the front-end node or 'current' node.
2. A range denoted by the presence of a hyphen in any position other
than the first or last.
3. A minimum number of nodes denoted by the presence of a hyphen in
the first position of the string.
This can be useful for the automated/continuous testing efforts to provide
more flexibility in the demands. As I understand it, Slurm is capable of
handing analogues to all of these use-cases. Presumably other schedulers
are as well.
Thoughts, @pflarr <https://github.com/pflarr> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#65 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADFpRAFfojxdmbF6o_Ddz966DIQkl2qks5uzEjWgaJpZM4X6eoH>
.
--
Paul Ferrell
[email protected]
|
Each scheduler needs to populate a set of test config variables that the rest of the config can use in its strings. This is essentially the super-set of all variables any scheduler might consider setting.
The text was updated successfully, but these errors were encountered: