Dask with HTCondor scheduler
问题 Background I have an image analysis pipeline with parallelised steps. The pipeline is in python and the parallelisation is controlled by dask.distributed . The minimum processing set up has 1 scheduler + 3 workers with 15 processes each. In the first short step of the analysis I use 1 process/worker but all RAM of the node then in all other analysis steps all nodes and processes are used. Issue The admin will install HTCondor as a scheduler for the cluster. Thought In order order to have my