From 079ad78574c1f6c761ef8d140d150de9c6e968c5 Mon Sep 17 00:00:00 2001 From: Douglas Guptill <douglas.guptill@dal.ca> Date: Mon, 29 Jun 2009 16:24:41 +0000 Subject: [PATCH] latest tweaks from the field --- douar.run.p690 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/douar.run.p690 b/douar.run.p690 index ebc357c3..e5a6f2c8 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} " - - -- GitLab