Changeset 112


Ignore:
Timestamp:
05/26/06 16:42:12 (18 years ago)
Author:
bas
Message:

distro/examples/new_rack_pbsmon.py:

  • Fixed a bug
Location:
trunk/pbs_swig/distro
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/CHANGES

    r110 r112  
     1=========== Version 2.9.1
     2        - Fixed a bug in new_rack_pbsmon.py. Counting of serial
     3          nodes was wrong.
     4
    15=========== Version 2.9.0
    26        - Added support for new torque build system 2.1.0
  • trunk/pbs_swig/distro/debian/changelog

    r110 r112  
     1pbs-python (2.9.1-2) unstable; urgency=low
     2
     3  * Fixed a bug in new_rack_pbsmon.py
     4
     5 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 26 May 2006 16:41:35 +0200
     6
    17pbs-python (2.9.0-1) unstable; urgency=low
    28
  • trunk/pbs_swig/distro/examples/new_rack_pbsmon.py

    r109 r112  
    200200                                count_states[pbs_ND_single] += 1
    201201                        else:
    202                                 if  node['properties'].find('gigabit') == 0:
     202                                if  node['properties'].find('gigabit') >= 0:
    203203                                        count_states[pbs_ND_free_serial] +=  1
    204204                                else:
Note: See TracChangeset for help on using the changeset viewer.