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

tweaks

parent 1f111029
No related branches found
No related tags found
No related merge requests found
......@@ -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...
......
......@@ -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:
......
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