In connection with problems with DOCK6.1 I wanted to check the Linux parallel
installation of Amber9
export DO_PARALLEL='mpirun -np 4'
cd $AMBERHOME/test
make test.parallel
was OK
Then, I had to repeat the test. This time distractedly I commanded "make clean"
before "make test.parallel", which clean resulted in:
(find antechamber -name '*.out' -o -name '*.log' -o - name '*.lib' -o\ -name
"*.dif" |\
while read dif ;\
do \
rm -f $dif ;\
done ;\
cd leap; rm -f *.out *.log *.dif *.lib
while read dif ;\
do \
rm -f $dif ;\
done ;\
rm -f TEST_FAILURES.diff
----------
All tests PASSED according to screen observation, and top -i showed sander
working on all four nodes, though now there are no more files to check. Is it
possible to restore the original situation?
Thanks
francesco pietra
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Nov 11 2007 - 06:07:23 PST