IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2009, 3:42:06 PM (17 years ago)
Author:
eugene
Message:

add tracking of uniquely-named machines and feature to limit the number of unwanted-host jobs (and additional pantasks / pcontrol commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/KillJob.c

    r17477 r26411  
    1919      job[0].host = NULL;
    2020      host[0].job = NULL;
     21
     22      // decrement the machine job-host counters
     23      DelMachineJob (host, job);
     24
    2125      HarvestHost (host[0].pid);
    2226      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
     
    7478      job[0].host = NULL;
    7579      host[0].job = NULL;
     80
     81      // decrement the machine job-host counters
     82      DelMachineJob (host, job);
     83
    7684      PutHost (host, PCONTROL_HOST_IDLE, STACK_BOTTOM);
    7785      PutJob (job, PCONTROL_JOB_CRASH, STACK_BOTTOM);
Note: See TracChangeset for help on using the changeset viewer.