IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38671


Ignore:
Timestamp:
Aug 9, 2015, 6:46:32 AM (11 years ago)
Author:
eugene
Message:

enable bootstrap in parallel mode

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

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/UpdateObjectOffsets.c

    r38655 r38671  
    9797  }   
    9898
    99 # if (0)
     99# if (1)
    100100 
    101101  UpdateObjectOffsets_parallel_table (table, sky);
     
    305305    // XXX note that the above pass in the flag as decimal -- also note that args.c cannot handle 0xHEX values
    306306
     307    if (N_BOOTSTRAP_SAMPLES > 1) strextend (&command, "-bootstrap-samples %d", N_BOOTSTRAP_SAMPLES);
     308
    307309    if (DCR_BLUE_COLOR_POS && DCR_BLUE_COLOR_NEG) {
    308310      strextend (&command, "-dcr-blue-color %s %s", DCR_BLUE_COLOR_POS, DCR_BLUE_COLOR_NEG);
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/launch_region_hosts.c

    r38441 r38671  
    66  int i;
    77
    8   // do not remote the sync and fits files if we do a manual run -- user must clear if needed
     8  // do not remove the sync and fits files if we do a manual run -- user must clear if needed
    99  if (!PARALLEL_REGIONS_MANUAL) {
    1010    // clear the I/O files
Note: See TracChangeset for help on using the changeset viewer.