From 64a7b0400c53af7b4915722cf2aff7be7fb7d526 Mon Sep 17 00:00:00 2001 From: Douglas Guptill <douglas.guptill@dal.ca> Date: Thu, 18 Jun 2009 20:51:49 +0000 Subject: [PATCH] tweaks --- douar.run.mahone | 2 +- douar.run.p690 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/douar.run.mahone b/douar.run.mahone index 8f062a82..1e9ba10f 100755 --- a/douar.run.mahone +++ b/douar.run.mahone @@ -37,7 +37,7 @@ make_dir OUT # define the binary of douar # BIN=/home/dguptill/software/douar/bin/douar.mpich.02 -BIN=/home/dguptill/software/douar/douar +BIN=/home/dguptill/software/douar/bin/douar # on mahone, an ldd of the binary (pgi compiler) shows one library not found # We get it like this... diff --git a/douar.run.p690 b/douar.run.p690 index 358c6f77..ebc357c3 100644 --- a/douar.run.p690 +++ b/douar.run.p690 @@ -73,12 +73,12 @@ ulimit -a >>${OUT} # start douar and go away.... # -nohup ${COM} & -echo "douar has been started. Look in nohup.out ." +# nohup ${COM} & +# echo "douar has been started. Look in nohup.out ." # start douar and watch it........ # -# ${COM} 2>douar.err | tee -a ${OUT} +${COM} 2>douar.err | tee -a ${OUT} # start douar under "dbx" and watch it........ # A nice thught, but we get an error: -- GitLab