Changeset 873

Show
Ignore:
Timestamp:
06/19/07 13:59:30 (2 years ago)
Author:
timdewhirst
Message:

jahtools
- bootstrap case for SunOS
- suppress graph description output by default

Location:
trunk/jahtools/jbatch
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahtools/jbatch/balance.py

    r632 r873  
    4545 
    4646def activate( input ): 
    47         walk( input, turn_thread_on ) 
     47        walk( input, turn_thread_on, dev_null ) 
    4848 
    4949def deactivate( input ): 
  • trunk/jahtools/jbatch/bootstrap.py

    r868 r873  
    2020        except: 
    2121                sys.setdlopenflags( 257 ) 
     22elif platform.system( ) == "SunOS": 
     23        import dl 
     24        sys.setdlopenflags( dl.RTLD_NOW | dl.RTLD_GLOBAL | dl.RTLD_WORLD | dl.RTLD_PARENT ) 
    2225 
    2326# Initialise openpluginlib