diff --git a/douar.run.mahone b/test/douar.run.mahone similarity index 100% rename from douar.run.mahone rename to test/douar.run.mahone diff --git a/douar.run.p690 b/test/douar.run.p690 similarity index 87% rename from douar.run.p690 rename to test/douar.run.p690 index daef46719c50ee4b2dc66ea30da0c2f688802556..2c46c80e4bae6c033eb608f5053dec58c34f37c4 100644 --- a/douar.run.p690 +++ b/test/douar.run.p690 @@ -4,6 +4,7 @@ # # Author: Douglas Guptill # 2009-05-25: new +# 2009-08-03: add -eulib ip to poe make_dir() { if ! test -d $1; then mkdir $1; fi @@ -17,6 +18,7 @@ fi PROCS=$1 echo "Will use ${PROCS} processes." OUT=douar.out +ERR=douar.err # For poe # @@ -60,18 +62,16 @@ make_dir DEBUG make_dir DEBUG/mpilogs make_dir OUT # define the binary of douar -BIN=/home/beaumnt1/software/DOUAR/bin/douar +BIN=/home/beaumnt1/software/douar/bin/douar-q64 # Here is the run command -COM="poe ${BIN} -procs ${PROCS} -hostfile ${HOME}/host.list" +COM="poe ${BIN} -procs ${PROCS} -hostfile ${HOME}/host.list -euilib ip" echo "COM is <${COM}>" # ulimits # ulimit -d unlimited >${OUT} -# ulimit -s 2000000 >>${OUT} -# Current runs on the p690 use this -ulimit -s 600000 >>${OUT} +ulimit -s 600000 >>${OUT} ulimit -m unlimited >>${OUT} ulimit -a >>${OUT} @@ -82,5 +82,5 @@ ulimit -a >>${OUT} # start douar and watch it........ # -${COM} 2>douar.err | tee -a ${OUT} +${COM} 2>${ERR} | tee -a ${OUT} diff --git a/douar.run.sopalepc b/test/douar.run.sopalepc similarity index 100% rename from douar.run.sopalepc rename to test/douar.run.sopalepc