Changeset 281


Ignore:
Timestamp:
04/27/12 12:05:37 (12 years ago)
Author:
bas
Message:

some svn properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/topjob

    • Property svn:keywords set to Id URL
    r280 r281  
    11#!/usr/bin/env python
    2 
     2#
     3# Author:
     4#  Willem Vermin, SARA, April 2012
     5#
     6# SVN Info:
     7#   $Id#
     8#   $URL$
     9#
    310# topjob, gojob jobnr [nodenr]
    411#               jobnr: the number of the job
     
    1522#       logs in to the node as the user who invokes this script
    1623#            (os.getenv('USER'))
    17 #
    18 #  Willem Vermin, SARA, April 2012
    1924#
    2025from PBSQuery import PBSQuery
     
    4954print '['+me+']'
    5055p = PBSQuery()
    51 seq = list(p.get_serverinfo())[0]
    5256
    5357try:
Note: See TracChangeset for help on using the changeset viewer.