IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2014, 3:29:14 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_prepare_warp.pl

    r36884 r37025  
    2727my $max_time      = 8;                      # longest allocation to ask for
    2828my $remote_hostname= "LANL/Mustang";         # Name of the remote node.
    29 my @return_component_list = ("DBINFO.EXP", "PSWARP.CONFIG", "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT.VARIANCE", "PSWARP.OUTPUT.SOURCES","LOG.EXP","TRACE.EXP");
     29my @return_component_list = ("DBINFO.EXP", "PSWARP.CONFIG", "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT.VARIANCE", "PSWARP.OUTPUT.SOURCES","PSPHOT.PSF.SAVE","LOG.EXP","TRACE.EXP");
    3030# Look for programs we need
    3131my $missing_tools;
     
    118118    # This actually returns all the individual warp/skyfiles that comprise this run.  Because consistency.
    119119    my $command = "$warptool -towarped -warp_id $warp_id ";
     120    $command   .= " -dbname $dbname " if defined($dbname);
    120121    ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    121122        run(command => $command, verbose => 0);
     
    366367   
    367368    if (defined $id and not $no_update) {
    368         my $command = "remotetool -updaterun -stage_id $id";
     369        my $command = "remotetool -updaterun -remote_id $id";
    369370        $command .= " -fault $exit_code " if defined $exit_code;
    370371        $command .= " -set_state $exit_state " if defined $exit_state;
Note: See TracChangeset for help on using the changeset viewer.