Ignore:
Timestamp:
04/26/06 17:02:12 (18 years ago)
Author:
bastiaans
Message:

CHANGELOG:

  • lost commit

jobmond/jobmond.py:

  • changed job metric fragmenting. jobinfo fragmented over multiple metrics is now actually WORKING. and there are no more bugs on very big jobs (with lots of nodes)

web/addons/job_monarch/libtoga.php:

  • also read metric increment now
  • changed node assignment to job for new metric fragmentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/libtoga.php

    r251 r253  
    576576                        } else if( strstr( $attrs[NAME], 'MONARCH-JOB' ) ) {
    577577
    578                                 sscanf( $attrs[NAME], 'MONARCH-JOB-%d', $jobid );
     578                                sscanf( $attrs[NAME], 'MONARCH-JOB-%d-%d', $jobid, $monincr );
    579579
    580580                                //printf( "jobid %s\n", $jobid );
     
    604604                                                        foreach( $mynodes as $node )
    605605
    606                                                                 $jobs[$jobid][$toganame][] = $node;
     606                                                                if( !in_array( $node, $jobs[$jobid][$toganame] ) )
     607                                                                        $jobs[$jobid][$toganame][] = $node;
    607608
    608609                                                } else if( $jobs[$jobid][status] == 'Q' ) {
Note: See TracChangeset for help on using the changeset viewer.