IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37703


Ignore:
Timestamp:
Dec 1, 2014, 4:51:08 AM (12 years ago)
Author:
eugene
Message:

fix -parallel-regions-manual

Location:
branches/eam_branches/ipp-20140904/Ohana/src/relastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/launch_region_hosts.c

    r37702 r37703  
    4545      if (truncate (loopsyncfile, 0)) fprintf (stderr, "trouble clearing loopsyncfile %s\n", loopsyncfile);
    4646      free (loopsyncfile);
    47 
    48       char imagename[1024];
    49       snprintf (imagename, 1024, "%s/Image.%d.fits", CATDIR, regionHosts->hosts[i].hostID);
    50       if (unlink (imagename)) fprintf (stderr, "trouble clearing image %s\n", imagename);
    5147    }
    5248
     
    6864    char filename[1024];
    6965    snprintf (filename, 1024, "%s/Image.%d.fits", CATDIR, host->hostID);
     66    if (unlink (filename)) fprintf (stderr, "trouble clearing image %s\n", filename);
    7067
    7168    // write the image subset for this host
     
    190187int HarvestRegionHosts (RegionHostTable *regionHosts) {
    191188
    192   int i;
    193 
    194189  int status = TRUE;
    195190
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_parallel_images.c

    r37702 r37703  
    104104      if (RESET_IMAGES) {
    105105        UpdateMeasures (catalog, Ncatalog);
    106         MARKTIME("reset measures loop %d, host %d: %f sec\n", i, REGION_HOST_ID, dtime);
     106        MARKTIME("reset measures, host %d: %f sec\n", REGION_HOST_ID, dtime);
    107107      }
    108108      for (i = 0; i < NLOOP; i++) {
Note: See TracChangeset for help on using the changeset viewer.