IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2010, 3:15:30 PM (16 years ago)
Author:
eugene
Message:

add -xhost option to limit load on hosts other than the target host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/Ohana/src/opihi/pcontrol/CheckIdleHost.c

    r28158 r29421  
    6060    if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
    6161
     62    if (!CheckMachineJobs (host, job)) continue;
     63
    6264    /* we have found an appropriate job; link it to the host and send to StartJob */
    6365    job[0].host = (struct Host *) host;
     
    8082    ASSERT (job[0].hostname != NULL, "WANTHOST hostname missing");
    8183    if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
     84
     85    if (!CheckMachineJobs (host, job)) continue;
    8286
    8387    /* we have found an appropriate job; link it to the host and send to StartJob */
Note: See TracChangeset for help on using the changeset viewer.