source: trunk/patches/epilogue.parallel.patch @ 9

Last change on this file since 9 was 9, checked in by adi, 17 years ago

Adrian's patches up to his internal revision r3466.

This contains:

  • extended requirements
  • removed .ex-files
  • create mom_priv/config (untested)
  • fixed svn executable-bits to please debuild
File size: 545 bytes
  • mom_main.c

    old new  
    46894689    sprintf(PBSNodeMsgBuf,"ERROR:  precancel epilog failed");
    46904690    }
    46914691
     4692  /*
     4693   * HvB enable epilogue.parallel script
     4694  */
     4695  if (run_pelog(PE_EPILOG,path_epilogp,pjob,PE_IO_TYPE_NULL) != 0)
     4696    {
     4697    log_err(-1,(char *)id,"epilog parallel failed");
     4698    sprintf(PBSNodeMsgBuf,"ERROR:  epilog parallel failed");
     4699    }
     4700
    46924701  ptask = (task *)GET_NEXT(pjob->ji_tasks);
    46934702
    46944703  while (ptask != NULL)
Note: See TracBrowser for help on using the repository browser.