Changeset 368 for trunk


Ignore:
Timestamp:
06/13/07 12:32:51 (17 years ago)
Author:
bastiaans
Message:

jobmond/jobmond.py:

  • disabled sge support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobmond/jobmond.py

    r363 r368  
    969969        elif BATCH_API == 'sge':
    970970
     971                debug_msg( 0, "fatal error: BATCH_API 'sge' implementation is currently broken, check future releases" )
     972
     973                sys.exit( 1 )
     974
    971975                gather = SgeDataGatherer()
    972976
Note: See TracChangeset for help on using the changeset viewer.