Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 415699
Collapse All | Expand All

(-)maui-3.3.1/src/moab/MSched.c.orig (-6 / +3 lines)
Lines 4089-4097 Link Here
4089
4089
4090
      /* build stat buffer */
4090
      /* build stat buffer */
4091
4091
4092
      sprintf(Buf,"%ld\n",
4093
        S->Time);
4094
4095
      /* set up scheduler run time */
4092
      /* set up scheduler run time */
4096
4093
4097
      RunTime = MStat.SchedRunTime;
4094
      RunTime = MStat.SchedRunTime;
Lines 4099-4108 Link Here
4099
      GP = &MPar[0];
4096
      GP = &MPar[0];
4100
      T  = &GP->S;
4097
      T  = &GP->S;
4101
4098
4102
      /*            STM ITM RTM IJ EJ AJ UN UP UM IN IP IM CT SJ TPA TPB SPH TMA TMD QP AQP NJA JAC PSX IT RPI WEF WI MXF ABP MBP AQT MQT PSR PSD PSU MSA MSD JE */
4099
      /*            CTM STM ITM RTM IJ EJ AJ UN UP UM IN IP IM CT SJ TPA TPB SPH TMA TMD QP AQP NJA JAC PSX IT RPI WEF WI MXF ABP MBP AQT MQT PSR PSD PSU MSA MSD JE */
4103
4100
4104
      sprintf(Buf,"%s%ld %ld %ld %d %d %d %d %d %d %d %d %d %d %d %lf %lf %lf %lf %lf %d %lu %lf %lf %lf %d %ld %lf %d %lf %lf %d %lf %lu %lf %lf %lf %lf %lf %d %d %lf\n",
4101
      sprintf(Buf,"%ld\n%ld %ld %ld %d %d %d %d %d %d %d %d %d %d %d %lf %lf %lf %lf %lf %d %lu %lf %lf %lf %d %ld %lf %d %lf %lf %d %lf %lu %lf %lf %lf %lf %lf %d %d %lf\n",
4105
        Buf,
4102
        S->Time,
4106
        S->StartTime,
4103
        S->StartTime,
4107
        MStat.InitTime,
4104
        MStat.InitTime,
4108
        RunTime,
4105
        RunTime,

Return to bug 415699