On Fri, Oct 22, 2021, David Case wrote:
>
>Here is the code in $AMBERHOME/Makefile:
>
>-------------------------------------------------------------------
>test.serial:
> -(cd AmberTools/test && $(MAKE) test)
> .(if [ -n "$(BUILDAMBER)" ] ; then \
> cd test && $(MAKE) test; \
> echo ""; \
> echo "Summary of AmberTools serial tests:"; \
> echo ""; cat ../logs/test_at_serial/at_summary; \
> fi ;\
> )
>-------------------------------------------------------------------
Sorry if my last email wasn't clear: $(BUILDAMBER) should be blank if only
AmberTools is installed, so the pmemd tests (which are in $AMBERHOME/test
folder) should not get invoked.
It may that this is not working in all environments, but my tests work OK.
....dac
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Oct 22 2021 - 14:30:02 PDT