IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2014, 5:25:52 PM (12 years ago)
Author:
watersc1
Message:

threading changes

File:
1 edited

Legend:

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

    r36844 r36854  
    315315        $ppImage_command .= " -recipe PSPHOT $recipe_psphot ";
    316316        $ppImage_command .= " -recipe PPSTATS CHIPSTATS -stats ${remote_outroot}.${class_id}.stats ";
    317         $ppImage_command .= " -threads $threads ";
     317        $ppImage_command .= " -threads 4 ";
    318318        $ppImage_command .= " -image_id $chip_imfile_id ";
    319319        $ppImage_command .= " -tracedest ${remote_outroot}.${class_id}.trace ";
Note: See TracChangeset for help on using the changeset viewer.