IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36894


Ignore:
Timestamp:
Jun 17, 2014, 2:06:38 PM (12 years ago)
Author:
watersc1
Message:

Inefficient use of processors on some level, but it actually finished, so I'm saving tuning for later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/sc_prepare_stack.pl

    r36851 r36894  
    182182    $ppstack_command    .= " -R PPSTACK.UNCONV.VARIANCE FITS.TYPE COMP_STACK";
    183183    $ppstack_command    .= " -tracedest ${remote_outroot}.trace -log ${remote_outroot}.log ";
    184     $ppstack_command    .= " -threads 10 ";
     184    $ppstack_command    .= " -threads 4 ";
    185185    $ppstack_command    .= " -dumpconfig ${remote_outroot}.mdc ";
    186186    $ppstack_command    .= " -stack_id $stack_id -skycell_id $skycell_id -tess_id $tess_id ";
Note: See TracChangeset for help on using the changeset viewer.