-
Notifications
You must be signed in to change notification settings - Fork 8
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
Check dask: -N -m send email, and on DIPC #83
Comments
other useful resources Other packages that similar to launchcontainer but they are on slurm https://pypi.org/project/simple-slurm/ https://github.com/facebookincubator/submitit https://snakemake.readthedocs.io/en/stable/ (seems this one we can use it to build the workflow?) https://jobqueue.dask.org/en/latest/generated/dask_jobqueue.SLURMCluster.html https://jobqueue.dask.org/en/latest/generated/dask_jobqueue.SGECluster.html |
Seems this threads gives the solution to proper name the dask workers dask/dask#7070 |
|
dask without progress bar is working well on ips and local BCBL.
Needs to test:
how to change config.yaml so that -N will give cluster job a proper name.
how to change config yaml to let SGE cluster sending email
how to change dask_scheduler.py so that the name of job goes along with index
The text was updated successfully, but these errors were encountered: