Changeset 74


Ignore:
Timestamp:
03/04/05 10:11:10 (19 years ago)
Author:
bas
Message:

distro/setup.py:

  • Changed for old Oscar installations Thanks to: Robin Humble <rjh@…>

distro/examples/new_interface.py:

  • Small print fix Thanks to: Robin Humble <rjh@…>


Location:
trunk/pbs_swig/distro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/examples/new_interface.py

    r73 r74  
    2626  for name, job in jobs.items():
    2727     for key in job.keys():
    28         print '%s = %s', %(key, job[key])
     28        print '%s = %s' %(key, job[key])
    2929 
    3030  l = ['state', 'np' ]
  • trunk/pbs_swig/distro/setup.py

    r72 r74  
    1515
    1616if not PBS_LIB_DIR:
    17   for dir in ['/usr/local/lib', '/opt/pbs/usr/lib', '/usr/lib/torque' ]:
     17  for dir in ['/usr/local/lib', '/opt/pbs/usr/lib', '/usr/lib/torque', '/opt/pbs/lib' ]:
    1818    dummy = os.path.join(dir, 'libpbs.a')
    1919    if os.path.exists(dummy):
Note: See TracChangeset for help on using the changeset viewer.