Hi All,
One more thing. Please use lower case for use statements.
E.g.
use qmmm_module, only : qmmm_nml
and not
USE qmmm_module, ONLY : qmmm_nml
This also causes problems with the makedepend script which does not detect
the dependency on qmmm_module. Thus parallel builds fail.
Can I also encourage people to build in parallel. E.g.
make -f Makefile_at -j2
or
make -j2
I know Scott does not like this but it is a great way to check if your
dependencies are all correct or not.
All the best
Ross
/\
\/
|\oss Walker
| Assistant Research Professor |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross.rosswalker.co.uk |
|
http://www.rosswalker.co.uk |
http://www.wmd-lab.org/ |
Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Tue Mar 02 2010 - 14:30:03 PST