diff --git a/douar.run.p690 b/douar.run.p690
index ebc357c308d92db10543a83c3dd6aeac212c054e..e5a6f2c8557b559d0688ef63e360601ba5e3ace4 100644
--- a/douar.run.p690
+++ b/douar.run.p690
@@ -27,7 +27,9 @@ if test  "x${NLSPATH}" = x ; then
 fi
 
 # The PGPLOT routines need this.
-export PGPLOT_DIR=/home/beaumnt1/software/pgplot-5.2.2
+# However Jean Braun has very kindly commented out the lines in douar
+# that call the routines that need pgplot.
+# export PGPLOT_DIR=/home/beaumnt1/software/pgplot-5.2.2
 
 # For WSMP
 #
@@ -58,7 +60,7 @@ make_dir DEBUG
 make_dir DEBUG/mpilogs
 make_dir OUT
 # define the binary of douar
-BIN=/home/beaumnt1/software/douar/bin/douar-q64
+BIN=/home/beaumnt1/software/DOUAR/bin/douar
 
 # Here is the run command
 COM="poe ${BIN} -procs ${PROCS} -hostfile ${HOME}/host.list"    
@@ -80,9 +82,3 @@ ulimit -a            >>${OUT}
 #
 ${COM} 2>douar.err | tee -a ${OUT} 
 
-# start douar under "dbx" and watch it........
-# A nice thught, but we get an error:
-# dbx: fatal error: 1283-008 extraneous argument -procs
-# dbx "${COM} 2>douar.err | tee -a ${OUT} "
-
-