IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33609


Ignore:
Timestamp:
Mar 24, 2012, 10:24:59 PM (14 years ago)
Author:
eugene
Message:

use backup catalog location if specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avextract.c

    r33600 r33609  
    166166    char hostfile[1024];
    167167    if (PARALLEL_LOCAL) {
    168       int hostID = skylist[0].regions[i]->hostID;
     168      int hostID = (skylist[0].regions[i]->hostFlags & DATA_USE_BCK) ? skylist[0].regions[i]->backupID : skylist[0].regions[i]->hostID;
    169169      int seq = table->index[hostID];
    170170      HOSTDIR = table->hosts[seq].pathname;
Note: See TracChangeset for help on using the changeset viewer.