Index: trunk/ippScripts/scripts/sc_prepare_run.pl
===================================================================
--- trunk/ippScripts/scripts/sc_prepare_run.pl	(revision 37833)
+++ trunk/ippScripts/scripts/sc_prepare_run.pl	(revision 38079)
@@ -24,7 +24,7 @@
 # my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
 my $remote_root = '/scratch3/watersc1/';
-my $remote_raw    = "${remote_root}/tmp/";  # Directory to find raw data in.
-
-my $threads       = 2;                      # How many threads are we going to use?
+my $remote_raw  = "${remote_root}/tmp/";  # Directory to find raw data in.
+
+my $threads     = 2;                      # How many threads are we going to use?
 
 my $fail_state = "prep_fail";
@@ -37,4 +37,5 @@
 $job_cost{"stack"}  = 1500 / 60 / 60;
 $job_cost{"staticsky"} = 2; # really?  avg time of 5720s?
+$job_cost{"diff"}   = 300 / 60 / 60;
 
 # This object holds how "expensive" a given job is in terms of cores on a node.  
@@ -46,4 +47,5 @@
 $job_subscription{"stack"}  = 3;
 $job_subscription{"staticsky"} = 3;
+$job_subscription{"diff"} = 1;
 
 my $proc_per_node = 24;                     # processors per node
