hyperqueue
hyperqueue copied to clipboard
Support for Sun Grid Engine (SGE)
Hi, I am new to this project but feel very excited about the idea of sub-node tasks
. I tried the hyperqueue
on the clusters managed by Sun Grid Engine(SGE) in our institute. The manual worker deployment works fine. However, when I tried to use Automatic worker deployment (via PBS, I would imagine PBS and SGE work similarly).
hq alloc dry-run pbs --time-limit 1h -- -P xxxlab
it gave me the error:
Error: Received error:
Could not submit allocation: qsub execution failed
Caused by:
Exit code: 1
Stderr: Unable to run job: job rejected: no project assigned to job.
Exiting.
Stdout:
```.
Did I make some mistakes using cli arguments? Or SGE is not supported yet?
Thanks!
Hi, there is currently no explicit support for SGE in the auto allocator. We don't have access to a SGE cluster at the moment, but I will take a look at how does SGE differ from PBS/Torque and try to implement support for it.