Index: trunk/tools/run.relastro
===================================================================
--- trunk/tools/run.relastro	(revision 34870)
+++ 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"
