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_mk_staticsky_mdc.pl

    r37833 r38168  
    88
    99
    10 my $remote_root = '/scratch3/watersc1/';
     10#my $remote_root = '/scratch3/watersc1/';
    1111
    12 my ($compmap_file);
     12my ($compmap_file, $remote_root);
    1313GetOptions(
    1414    'compmap=s'   => \$compmap_file,
     15    'remote_root=s' => \$remote_root,
    1516    ) or pod2usage( 2 );
    1617
    1718pod2usage( -msg => "Required options: --compmap", -exitval => 3) unless
     19    defined($remote_root) and
    1820    defined($compmap_file);
    1921
Note: See TracChangeset for help on using the changeset viewer.