IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37123


Ignore:
Timestamp:
Jul 25, 2014, 5:35:38 PM (12 years ago)
Author:
watersc1
Message:

Moving back to scratch3, because it somehow runs faster.

Location:
trunk/ippScripts/scripts
Files:
6 edited

Legend:

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

    r37102 r37123  
    2020# my $remote_root   = '/scratch3/watersc1/';  # Far side destination base location
    2121my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
     22$remote_root = '/scratch3/watersc1';
    2223my $threads       = 2;                      # How many threads are we going to use?
    2324my $job_cost      = 1700 / 60 / 60;         # Estimate of how long a job runs, in hours.
  • trunk/ippScripts/scripts/sc_prepare_chip.pl

    r37102 r37123  
    2020# my $remote_root   = '/scratch3/watersc1/';  # Far side destination base location
    2121my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
     22$remote_root = '/scratch3/watersc1';
    2223my $remote_raw    = "${remote_root}/raw/";  # Directory to find raw data in.
    2324my $threads       = 2;                      # How many threads are we going to use?
  • trunk/ippScripts/scripts/sc_prepare_stack.pl

    r37102 r37123  
    2020#my $remote_root   = '/scratch3/watersc1/';  # Far side destination base location
    2121my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
     22$remote_root = '/scratch3/watersc1';
    2223my $threads       = 2;                      # How many threads are we going to use?
    2324my $job_cost      = 1500 / 60 / 60;           # Estimate of how long a job runs, in hours.
  • trunk/ippScripts/scripts/sc_prepare_warp.pl

    r37102 r37123  
    2020# my $remote_root   = '/scratch3/watersc1/'; 
    2121my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
     22$remote_root = '/scratch3/watersc1';
    2223my $threads       = 2;                      # How many threads are we going to use?
    2324my $job_cost      = 70 / 60 / 60;           # Estimate of how long a job runs, in hours.
  • trunk/ippScripts/scripts/sc_remote_exec.pl

    r37118 r37123  
    2020#my $remote_root  = '/scratch3/watersc1/';
    2121my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/';
     22$remote_root = '/scratch3/watersc1';
    2223# tools
    2324my $missing_tools;
  • trunk/ippScripts/scripts/sc_transfer_tool.pl

    r37102 r37123  
    1111
    1212my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/';
    13 
     13$remote_root = '/scratch3/watersc1';
    1414my $local_raw = "${remote_root}/raw/";
    1515my $local_tmp = "${remote_root}/tmp/";
Note: See TracChangeset for help on using the changeset viewer.