-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add a local cluster option to execute on standard linux or mac machine #164
Comments
More options:
I think
|
@mgermain Does the Trello link mean you did some work on your side? We are considering this issue for a CCW ticket. |
Just removed the trello link. It was not related. No work has been done for local a local queue and I think there are more pressing issues even if this one would be relly nice to have. |
Which issue would you consider more important? A student was asigned the slurm backend ticket. I though he could add support for graham and cedar afterwards, but meanwhile I would have given this ticket or one you find more important to another student. |
There are a lot of almost finish, small or low hanging fruit that we could finish before adding another backend which is a much more involved task. ToFinish/Review/Merge PR#156 - Add job dependency to autoresume feature Quick&Small#140 - Add Coloss support Important and overdue#108 - Support custom queues |
Keeping track of a hyperparameter search is much easier when using smart-dispatch. It would be nice to have the ability to launch jobs with the [] list notation locally without a cluster.
I don't see yet how to achieve this with at or crontab. There are some ways to do this with a simple bash script like this one: https://stackoverflow.com/questions/6441509/how-to-write-a-process-pool-bash-shell
The text was updated successfully, but these errors were encountered: