- Timestamp:
- Feb 6, 2012, 9:13:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/AssignSkyToHost.c
r33204 r33206 16 16 // assign or re-assign? if a region is already assigned, do we keep it? 17 17 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 20 27 if (skylist->regions[i]->hostID) { 21 28 continue; 22 29 } 30 31 23 32 24 33 // assign all regions to one of the Nhost hosts
Note:
See TracChangeset
for help on using the changeset viewer.
