diff --git a/douar.run.mahone b/douar.run.mahone index 8f062a82578c8d41cfcd2d9e7b9f7689b5c5ea52..1e9ba10f1c7b7e807e1837334781919e32a7afcc 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 358c6f7702a455c54f99bd43285900cb2c3f715b..ebc357c308d92db10543a83c3dd6aeac212c054e 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: