Index: /trunk/tools/run.relastro
===================================================================
--- /trunk/tools/run.relastro	(revision 35306)
+++ /trunk/tools/run.relastro	(revision 35307)
@@ -6,5 +6,5 @@
 endif
 
-set REALRUN = 0
+set REALRUN = 1
 
 set  catdir = $argv[1]
@@ -21,5 +21,5 @@
 # -update-chips : determine improved astrometry calibrations
 # try 1000 meas per deg^2, but if memory if available, go to more
-if (1) then
+if (0) then
   set options = "-update-chips"
   set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1"
@@ -34,5 +34,5 @@
 
   # enable parallel operations for parallel databases
-  # set options = "$options -parallel"
+  set options = "$options -parallel"
 
   set region = "-region $ra_min $ra_max $dec_min $dec_max"
@@ -54,5 +54,5 @@
 
   # enable parallel operations for parallel databases
-  # set options = "$options -parallel"
+  set options = "$options -parallel"
 
   set region = "-region $ra_min $ra_max $dec_min $dec_max"
Index: /trunk/tools/run.relphot
===================================================================
--- /trunk/tools/run.relphot	(revision 35306)
+++ /trunk/tools/run.relphot	(revision 35307)
@@ -40,5 +40,5 @@
 
   # activate parallel mode when catdir is parallel
-  # set options = "$options -parallel"
+  set options = "$options -parallel"
 
   # option to change the schema
Index: /trunk/tools/run.setphot
===================================================================
--- /trunk/tools/run.setphot	(revision 35306)
+++ /trunk/tools/run.setphot	(revision 35307)
@@ -6,5 +6,5 @@
 endif
 
-set REALRUN = 0
+set REALRUN = 1
 
 set  catdir = $argv[1]
@@ -22,5 +22,5 @@
 
 # activate parallel mode when catdir is parallel
-# set options = "$options -parallel"
+set options = "$options -parallel"
 
 # the new ubercal file includes Eddie's offsets relative to JT (so, no need to supply -zpt-offsets)
