xenon-middleware / xenon-cli

Perform files and jobs operations with Xenon library from command line
http://nlesc.github.io/Xenon/
Apache License 2.0
2 stars 3 forks source link

Fails to submit job(s) to a user-specified queue #52

Closed arnikz closed 6 years ago

arnikz commented 6 years ago

We've seen this one previously (related #51).

xenon scheduler gridengine --location local://$PWD submit --queue all.q ...
gridengine adaptor: Cannot parse slots for queue "test.q", got "12,[@cores_36=36],[@cores_12=12],[@cores_48=48], \
jmaassen commented 6 years ago

Fixed in current xenon master

arnikz commented 6 years ago

Thanks! B.t.w. is this also available via the nlesc conda channel? If not I'll take the longer route;)

sverhoeven commented 6 years ago

No, it's not yet available on conda we still need to

  1. [x] Create a new release of Xenon
  2. [x] Create a new release of xenon-cli, which depends on the new Xenon release
  3. [x] Build & upload conda package of the new xenon-cli release
jmaassen commented 6 years ago

I'll create a new release of Xenon

jmaassen commented 6 years ago

Release 2.3.0 is done

arnikz commented 6 years ago

OK. I'm on it...but something missing from my env as my workflow/SGE jobs keep failing.

sverhoeven commented 6 years ago

xenon-cli on conda has been updated with slot fix

arnikz commented 6 years ago

It works now with the new release!