From 73127cbcd1ef2ae6838f4763945d9fc230faa77b Mon Sep 17 00:00:00 2001
From: Douglas Guptill <douglas.guptill@dal.ca>
Date: Thu, 27 Aug 2009 19:04:13 +0000
Subject: [PATCH] move run scripts to test directory

---
 douar.run.mahone => test/douar.run.mahone     |  0
 douar.run.p690 => test/douar.run.p690         | 12 ++++++------
 douar.run.sopalepc => test/douar.run.sopalepc |  0
 3 files changed, 6 insertions(+), 6 deletions(-)
 rename douar.run.mahone => test/douar.run.mahone (100%)
 rename douar.run.p690 => test/douar.run.p690 (87%)
 rename douar.run.sopalepc => test/douar.run.sopalepc (100%)

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 daef4671..2c46c80e 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
-- 
GitLab