IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37979


Ignore:
Timestamp:
Mar 13, 2015, 1:37:12 PM (11 years ago)
Author:
eugene
Message:

do not use regionHost hostnames for master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/relastro/src/share_images_pos.c

    r37963 r37979  
    5151}
    5252
     53static char *masterHost = "master";
    5354int slurp_image_pos (Catalog *catalog, int Ncatalog, RegionHostTable *regionHosts, int nloop) {
    5455
     
    6263  INITTIME;
    6364  int myHost = regionHosts->index[REGION_HOST_ID];
    64   char *myHostName = regionHosts->hosts[myHost].hostname;
     65  char *myHostName = (myHost == -1) ? masterHost : regionHosts->hosts[myHost].hostname;
    6566
    6667  fprintf (stderr, "grabbing image mags from other hosts...\n");
Note: See TracChangeset for help on using the changeset viewer.