Skip to content
Snippets Groups Projects
Commit 079ad785 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

latest tweaks from the field

parent 46fe03e0
No related branches found
No related tags found
No related merge requests found
......@@ -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} "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment