Index: /tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl
===================================================================
--- /tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl	(revision 37390)
+++ /tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl	(revision 37391)
@@ -34,5 +34,5 @@
 my $qstack_threshold     = 0.05; # Only make a quickstack if more than 5% of the exposures require it.
 my $minimum_stack_inputs = 2;    # We can avoid magicking stack inputs if we have more than this number.
-my $maximum_stack_inputs = 0;   # This is the place-holder guess on how big a stack we should process locally.  25 is the best guess.
+my $maximum_stack_inputs = 25;   # This is the place-holder guess on how big a stack we should process locally.  25 is the best guess.
 my $do_updates_pv2       = 0;    # Do updates using the calls needed for PV2.  
 
Index: /tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl
===================================================================
--- /tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl	(revision 37390)
+++ /tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl	(revision 37391)
@@ -251,5 +251,10 @@
 print COMMAND "date\n";
 print COMMAND 'srun -n $SLURM_JOB_NUM_NODES -m cyclic -l /bin/hostname | sort -n | awk \'{printf "%s\n", $2}\' > hosts.${SLURM_JOB_ID}' . "\n";
-print COMMAND "${remote_root}/stask_chip.py $remote_config " . 'hosts.${SLURM_JOB_ID} '  . $job_subscription{$stage} . "\n";
+if ($stage eq "stack") {
+    print COMMAND "${remote_root}/stask_stack.py $remote_config " . 'hosts.${SLURM_JOB_ID} '  . $job_subscription{$stage} . "\n";
+}
+else {
+    print COMMAND "${remote_root}/stask_chip.py $remote_config " . 'hosts.${SLURM_JOB_ID} '  . $job_subscription{$stage} . "\n";
+}
 print COMMAND "date\n";
 close(COMMAND);
