IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2015, 3:12:58 PM (11 years ago)
Author:
watersc1
Message:

Updated remote code with ff support and ippconfig recipes.

File:
1 edited

Legend:

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

    r38093 r38168  
    88
    99
    10 my $remote_root = '/scratch3/watersc1/';
     10#my $remote_root = '/scratch3/watersc1/';
    1111
    12 my ($diff_id,$skycell_id,$dbname,$out_path_base);
     12my ($diff_id,$skycell_id,$dbname,$out_path_base, $remote_root);
    1313GetOptions(
    1414    'diff_id=s'         => \$diff_id,
     
    1616    'dbname=s'          => \$dbname,
    1717    'out_path_base=s'   => \$out_path_base,
     18    'remote_root=s'     => \$remote_root,
    1819    ) or pod2usage( 2 );
    1920
    20 pod2usage( -msg => "Required options: --out_path_base", -exitval => 3) unless
     21pod2usage( -msg => "Required options: --out_path_base --remote_root", -exitval => 3) unless
    2122    defined($out_path_base) &&
    2223    defined($diff_id) &&
    2324    defined($skycell_id) &&
     25    defined($remote_root) &&
    2426    defined($dbname);
    2527
Note: See TracChangeset for help on using the changeset viewer.