I am new to Dask, I understand that to start the dask clusters, I would normally have to ssh to my hpc cluster and then start SLURMCluster() to start some clusters, then after it's started I need to Client('node_ip') on my local computer. I was wondering if it's possible to launch the dask clusters on my local computer without having to login to the HPC first.
Asked
Active
Viewed 188 times
6
-
Putting dask aside, is it possible to start an SGE job without logging into the cluster ? – quasiben Jan 09 '20 at 02:39