Changeset 37703
- Timestamp:
- Dec 1, 2014, 4:51:08 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
launch_region_hosts.c (modified) (3 diffs)
-
relastro_parallel_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/launch_region_hosts.c
r37702 r37703 45 45 if (truncate (loopsyncfile, 0)) fprintf (stderr, "trouble clearing loopsyncfile %s\n", loopsyncfile); 46 46 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);51 47 } 52 48 … … 68 64 char filename[1024]; 69 65 snprintf (filename, 1024, "%s/Image.%d.fits", CATDIR, host->hostID); 66 if (unlink (filename)) fprintf (stderr, "trouble clearing image %s\n", filename); 70 67 71 68 // write the image subset for this host … … 190 187 int HarvestRegionHosts (RegionHostTable *regionHosts) { 191 188 192 int i;193 194 189 int status = TRUE; 195 190 -
branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_parallel_images.c
r37702 r37703 104 104 if (RESET_IMAGES) { 105 105 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); 107 107 } 108 108 for (i = 0; i < NLOOP; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
