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

Can't list available queues #51

Closed arnikz closed 6 years ago

arnikz commented 6 years ago

I'm logged to the head node (related to #50):

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

Same underlying problem as #50, will be solved in https://github.com/NLeSC/Xenon/issues/606

jmaassen commented 6 years ago

Working on https://github.com/NLeSC/Xenon/issues/606 now

jmaassen commented 6 years ago

Fixed in current Xenon master

arnikz commented 6 years ago

Sorry, I've got the same error. Maybe a silly question but is this xenon fix also "propagated" to xenon-cli?

sverhoeven commented 6 years ago

It's propagated when we completed the steps described at https://github.com/NLeSC/xenon-cli/issues/52#issuecomment-361599808

arnikz commented 6 years ago

OK, I'll be patient:)

arnikz commented 6 years ago

Works like a charm with the new release!