Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 43)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#31 invalid pbs_submit can not work with torque 3.0 bas xiaomou@…
Description

pbs_python version 4.3.3, torque version 3.0.x, python version 2.7 PBSQuery works very well, but pbs_submit always fails. When I ran the following sample code, it always reports: 1 15044 Resources temporarily unavailable None

Sample test code:

import pbs

pbs_server = pbs.pbs_default () pbsconn = pbs.pbs_connect (pbs_server)

print pbsconn

attrl = pbs.new_attropl(1) attrl[0].name = pbs.ATTR_N attrl[0].value = "test"

task_id = pbs.pbs_submit(pbsconn, attrl, "A1.tsk", , 'NULL')

e, e_txt = pbs.error() if e:

print e,e_txt

print task_id

Thanks

#1 fixed Test bas Bas van der Vlies <basv@…>
Description

email2trac:

Test
-- 
--
********************************************************************
*                                                                  *
*  Bas van der Vlies                     e-mail: basv@sara.nl      *
*  SARA - Academic Computing Services    phone:  +31 20 592 8012   *
*  Kruislaan 415                         fax:    +31 20 6683167    *
*  1098 SJ Amsterdam                                               *
*                                                                  *
********************************************************************
#2 fixed pbs_stat.py and others use undefined pbs_geterrmsg bas pk@…
Description

Hello,

with libtorque 2.1.1, pbs-python 2.9.2, ganglia-pbs 0.9.13 under debian/sarge. If I run pbs_stat.py:

processors = 0
/usr/bin/gmetric -npbs-state -v"P=0" -tstring -x15
Traceback (most recent call last):
  File "bin/pbs_stat.py.orig", line 495, in ?
    a.check_args(sys.argv)
  File "bin/pbs_stat.py.orig", line 483, in check_args
    self.once()
  File "bin/pbs_stat.py.orig", line 416, in once
    self.get()
  File "bin/pbs_stat.py.orig", line 266, in get
    self.error(pbs.pbs_geterrmsg(self.c))
AttributeError: 'module' object has no attribute 'pbs_geterrmsg'

this error is also found if you run "rack_pbsmon.py --help".

Best,

Peter

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.