IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2012, 9:13:29 PM (14 years ago)
Author:
eugene
Message:

adding open license md5 implementation; working on dvodist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/AssignSkyToHost.c

    r33204 r33206  
    1616    // assign or re-assign? if a region is already assigned, do we keep it?
    1717
    18     // XXX for the moment, do not reassign tables
    19     // XXX we may want to run this program multiple times
     18    // XXX some options;
     19# if (0)
     20    if (CLEAR_ERRORS && (skylist->regions[i]->hostID & DATA_COPY_FAILURE)) {
     21      skylist->regions[i]->hostID = 0;
     22    }
     23# endif
     24
     25    // do not reassign tables; this lets us run this program multiple times for different regions
     26    // tables already assigned are left where they are
    2027    if (skylist->regions[i]->hostID) {
    2128      continue;
    2229    }
     30
     31
    2332
    2433    // assign all regions to one of the Nhost hosts
Note: See TracChangeset for help on using the changeset viewer.