You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ smart-dispatch
WARNING:root:Cluster does not support flock! Falling back to folder lock.
qstat: illegal option -- B
Usage: qstat [-l] [-m] [-x] [-a] [-u user-name] [queue-name ...]
Traceback (most recent call last):
File ".local/bin/smart-dispatch", line 23, in <module>
CLUSTER_NAME = utils.detect_cluster()
File "/home/jc93b/.local/lib/python2.7/site-packages/smartdispatch/utils.py", line 120, in detect_cluster
server_name = output.split('\n')[2].split(' ')[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
On Fri, Apr 21, 2017 at 12:09 PM, Joseph Paul Cohen < ***@***.***> wrote:
I get this error on a cluster with the IBM LSF scheduler (
http://wiki.umassrc.org/wiki/index.php/Main_Page)
$ smart-dispatch
WARNING:root:Cluster does not support flock! Falling back to folder lock.
qstat: illegal option -- B
Usage: qstat [-l] [-m] [-x] [-a] [-u user-name] [queue-name ...]
Traceback (most recent call last):
File ".local/bin/smart-dispatch", line 23, in <module>
CLUSTER_NAME = utils.detect_cluster()
File "/home/jc93b/.local/lib/python2.7/site-packages/smartdispatch/utils.py", line 120, in detect_cluster
server_name = output.split('\n')[2].split(' ')[0]
IndexError: list index out of range
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#163>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABBvmx3haweX3Dz9ytuB0yFVqUfGjxZ1ks5ryNTWgaJpZM4NEf4H>
.
I get this error on a cluster with the IBM LSF scheduler (http://wiki.umassrc.org/wiki/index.php/Main_Page)
The text was updated successfully, but these errors were encountered: