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

slot_type is case sensitive #30

Closed
xpillons opened this issue Jun 15, 2021 · 1 comment
Closed

slot_type is case sensitive #30

xpillons opened this issue Jun 15, 2021 · 1 comment

Comments

@xpillons
Copy link

If a slot type is defined as hbv3 then the following job will never start

qsub -l select=1:slot_type=HBv3 -I
@ryanhamel
Copy link
Contributor

String resources in PBS are case sensitive, so we actually would not want any nodes to start. If they did, PBS would never run the job on the node that started.

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

No branches or pull requests

2 participants