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

Support custom queues #108

Open
3 tasks
MarcCote opened this issue Feb 15, 2016 · 3 comments
Open
3 tasks

Support custom queues #108

MarcCote opened this issue Feb 15, 2016 · 3 comments

Comments

@MarcCote
Copy link
Member

Right now, our config files (JSON) describe the information of available queues on a given cluster and are not easily customizable. For instance, when loading queues from a config file, the keys of the returned dictionary must correspond to an actual queue name on the cluster (i.e. the PBS option -q). Also, there is no way, in the config of a queue, to add additional PBS options (e.g. -l feature=k80).

What should be done:

  • Support custom queue name in the config files.
  • Add the PBS option -q (the actual name of the queue to use) as an additional information for each queue.
  • Allow adding PBS option -l as additional information for each queue.
@mgermain
Copy link
Member

Not sure what you mean by "Add the PBS option -q to use "

@MarcCote
Copy link
Member Author

When writing a PBS file, I think you must provide a -q option, specifying the actual name of the queue to use on the cluster.

@bouthilx
Copy link
Collaborator

Maybe BatchConfig would be less confusing. It could contain definition for all (or many) of smart-dispatch's parameters, including the queue. It would be passed with a new parameter, not to -q.

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

3 participants