Changeset 219 for trunk/jobmond
- Timestamp:
- 03/08/06 13:09:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobmond/jobmond.py
r217 r219 384 384 """Submit job info list""" 385 385 386 self.dp.multicastGmetric( ' TOGA-HEARTBEAT', str( int( int( self.cur_time ) + int( self.timeoffset ) ) ) )386 self.dp.multicastGmetric( 'MONARCH-HEARTBEAT', str( int( int( self.cur_time ) + int( self.timeoffset ) ) ) ) 387 387 388 388 # Now let's spread the knowledge … … 393 393 394 394 for val in gmetric_val: 395 self.dp.multicastGmetric( ' TOGA-JOB-' + jobid, val )395 self.dp.multicastGmetric( 'MONARCH-JOB-' + jobid, val ) 396 396 397 397 def makeNodeString( self, nodelist ):
Note: See TracChangeset
for help on using the changeset viewer.