Changeset 132


Ignore:
Timestamp:
09/21/06 14:01:29 (18 years ago)
Author:
bas
Message:

pbs.py:

  • Added some resmom resources
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/resmom_info.py

    r37 r132  
    55# Desc. : This will query the pbs_mom daemon about its resources
    66#
    7 # $Id: resmom_info.py,v 1.4 2002/10/22 08:58:48 sscpbas Exp $
     7# $Id$
    88#
    99import pbs
  • trunk/src/pbs.py

    r128 r132  
    480480        "nusers",       # number of users in the system
    481481        "size",         # size of a file or filesystem
     482        "host",         # Name  of host on which job should be run
     483        "nodes",        # Number and/or type of nodes to be reserved for exclusive use by the job
     484        "other",        # Allows a  user  to  specify  site  specific  information
     485        "software",     # Allows a user to specify software required by the job
    482486]
    483487
     
    555559  Returns the pbs python interface version as a string.
    556560  """
    557   return '2.9.2'
     561  return '2.9.3-beta'
    558562
    559563# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.