Index: trunk/tools/eam/rebalance/launch.find.sh
===================================================================
--- trunk/tools/eam/rebalance/launch.find.sh	(revision 42606)
+++ trunk/tools/eam/rebalance/launch.find.sh	(revision 42607)
@@ -3,8 +3,6 @@
 # set mode to 'find' or 'find.test'
 set mode = find
-set mydir = /data/ipphome1.0/home/eugene/rebalance.20240129
-
-source $mydir/configure.sh
 set program = `basename $0`
+source $HOME/.rebalance.sh
 
 if ($#argv == 0) then
@@ -21,5 +19,5 @@
     echo ssh -f $srchost[$i] "cd $mydir && ./$program run $i"
          ssh -f $srchost[$i] "cd $mydir && ./$program run $i"
-  @ i++
+    @ i++
   end
   exit 0
@@ -42,9 +40,9 @@
   set myhost = `hostname`
   if ($hn != $myhost) then
-    echo "ERROR: need to run find on the source host ($hn vs $myhost)"
+    echo "ERROR: need to run $mode on the source host ($hn vs $myhost)"
     exit 3
   endif
 
-  echo "running on $myhost for source $hn.$hv to target $tn.$tv in mode $mode, version $version"
+  echo "running $program on $myhost for source $hn.$hv to target $tn.$tv in mode $mode, version $version"
   mkdir -p $hn.$hv
   echo "./rebalance.mana $mode $hn $hv $tn $tv $version $fraction > & $hn.$hv/log.$mode.$version.$run &"
