python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to change dask job_name to SGECluster
I am using dask_jobqueue.SGECluster() and when I submit jobs to the grid they are all listed as dask-worker. I want to have different names for each submitted job.
Here is one example:
futures = []
fo...
IvanV
Votes: 0
Answers: 1
'qrsh' fails with error message: "error: getcwd() failed"
I am using SGE under Linux and cannot run qrsh. It fails with the error message below:
$ qrsh -now no -pe smp 1
error: getcwd() failed

Timur Shtatland
Votes: 0
Answers: 0