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
Querying an array job with openjobinfo returns an error:
print(lsf.lsb_openjobinfo(887163[45],'', 'nxf30690','','', 0x02000))
Traceback (most recent call last):
File "", line 1, in
TypeError: 'int' object is not subscriptable
Is there a better way to query an specific arrayid in a job?
The text was updated successfully, but these errors were encountered:
examples]# python ./get_jobs_info.py
request below job's info: ['3530', '3531', '3532[1]']
retrieve cluster name : c101
request: jobIds=(3530,3531,3532[1])jobSouceClusterNames=(c101,c101,c101) options=1
found job number : 3
job <3530> from user (root) status is 4
job <3531> from user (root) status is 4
job <3532[1]> from user (root) status is 4
Hi,
Querying an array job with openjobinfo returns an error:
print(lsf.lsb_openjobinfo(887163[45],'', 'nxf30690','','', 0x02000))
Traceback (most recent call last):
File "", line 1, in
TypeError: 'int' object is not subscriptable
Is there a better way to query an specific arrayid in a job?
The text was updated successfully, but these errors were encountered: