IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40402 for trunk


Ignore:
Timestamp:
Apr 20, 2018, 8:37:37 AM (8 years ago)
Author:
eugene
Message:

add parallel local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avperiodogram.c

    r40401 r40402  
    224224    /* lock, load, unlock catalog */
    225225    char hostfile[1024];
     226    if (PARALLEL_LOCAL) {
     227      int hostID = (skylist[0].regions[i]->hostFlags & DATA_USE_BCK) ? skylist[0].regions[i]->backupID : skylist[0].regions[i]->hostID;
     228      int seq = table->index[hostID];
     229      HOSTDIR = table->hosts[seq].pathname;
     230    }
    226231    snprintf (hostfile, 1024, "%s/%s.cpt", HOSTDIR, skylist[0].regions[i]->name);
    227232
Note: See TracChangeset for help on using the changeset viewer.