Changeset 186


Ignore:
Timestamp:
03/17/09 18:18:26 (15 years ago)
Author:
bas
Message:

examples/new_rack_pbsmon.py:

  • adjust number of nodes in rack to 32
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r173 r186  
    1616        python setup.py build
    1717
    18 #install: pythonlib sara_install
    19 install: pythonlib
     18install: pythonlib sara_install
     19#install: pythonlib
    2020        python ./setup.py install --prefix $(DESTDIR)/$(exec_prefix) ;
    2121        install -D LICENSE.SARA $(DESTDIR)/$(DOCDIR)/LICENSE.SARA
  • trunk/debian/changelog

    r184 r186  
     1pbs-python (3.0.1-2) intrepid; urgency=low
     2
     3  * adjust number of nodes to 32
     4
     5 -- root <root@rc.sara.nl>  Tue, 17 Mar 2009 18:17:18 +0100
     6
    17pbs-python (3.0.1-1) intrepid; urgency=low
    28
  • trunk/examples/new_rack_pbsmon.py

    r162 r186  
    2121
    2222
    23 NODES_PER_RACK = 20
     23NODES_PER_RACK = 32
    2424START_RACK = 1
    2525N_RACKS = 43
Note: See TracChangeset for help on using the changeset viewer.