IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38137 for trunk/ippScripts


Ignore:
Timestamp:
Apr 16, 2015, 5:26:46 PM (11 years ago)
Author:
watersc1
Message:

Dump stderr to a log2, as it seems to mess up stask/slurm/moab/everything if that buffer is too large.

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r38010 r38137  
    216216    $ppstack_command    .= " -threads $threads_req ";
    217217    $ppstack_command    .= " -dumpconfig ${remote_outroot}.mdc ";
    218     $ppstack_command    .= " -stack_id $stack_id -skycell_id $skycell_id -tess_id $tess_id ";
     218    $ppstack_command    .= " -stack_id $stack_id -skycell_id $skycell_id -tess_id $tess_id >& ${remote_outroot}.log2 ";
    219219
    220220    my $post_cmd_echo = " echo -n \"stacktool  -addsumskyfile -stack_id $stack_id ";
  • trunk/ippScripts/scripts/sc_prepare_staticsky.pl

    r37833 r38137  
    198198    $pps_command    .= " -tracedest ${remote_outroot}.trace -log ${remote_outroot}.log ";
    199199    $pps_command    .= " -threads $threads_req ";
    200     $pps_command    .= " -dumpconfig ${remote_outroot}.psphotStack.mdc ";
     200    $pps_command    .= " -dumpconfig ${remote_outroot}.psphotStack.mdc >& ${remote_outroot}.log2 ";
    201201
    202202    my $post_cmd_echo = " echo -n \"staticskytool  -addresult -sky_id $sky_id ";
Note: See TracChangeset for help on using the changeset viewer.