IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2016, 10:03:04 AM (10 years ago)
Author:
eugene
Message:

add warp repair option (copied from relastro); free boundary & tessellation tree; free memory; call load_images in relphot_objects; when load_images is called by relphot_objects, free the full image set leaving only the subset; push SkyList load as high as possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/launch_region_hosts.c

    r39353 r39481  
    8181    fprintf (stderr, "command: %s\n", command);
    8282   
    83     if (PARALLEL_REGIONS_MANUAL) continue;
     83    if (PARALLEL_REGIONS_MANUAL) {
     84      free (command);
     85      continue;
     86    }
    8487
    8588    // launch the job, then wait for it to be done loading catalogs.  force the remote
     
    100103    check_sync_file (syncfile, 1);
    101104    free (syncfile);
     105    free (command);
    102106  }
    103107
Note: See TracChangeset for help on using the changeset viewer.