Skip to content
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

Gridengine unable to parse complex slot definitions #606

Closed
sverhoeven opened this issue Jan 30, 2018 · 2 comments
Closed

Gridengine unable to parse complex slot definitions #606

sverhoeven opened this issue Jan 30, 2018 · 2 comments

Comments

@sverhoeven
Copy link
Member

Normally a slot coming back from sconf -sq <queue name> is an integer. However more complex slot definitions are also possible see xenon-middleware/xenon-cli#50

The grid engine queue parse should be able to handle the following as well

slots                 12,[@cores_36=36],[@cores_12=12],[@cores_48=48], \
                      [@cores_24=24],[@cores_40=40]
@jmaassen
Copy link
Member

Will fix.

Any clue what the semantics of the line above are by the way ?

@sverhoeven
Copy link
Member Author

On http://gridscheduler.sourceforge.net/htmlman/htmlman5/queue_conf.html it says it should be a number:

  slots
     The maximum number of concurrently executing jobs allowed in
     the queue.  Type is number, valid values are 0 to 9999999.

'@' is used to define host groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants