                         CPC Librarian's Note
__________________________________________________________________________________

I tested the program on a GNU Linux machine and in order to run the "make test_fast", I had to edit the Makefile to include a "./" before the abinit program call.

i.e. ./abinit < testin_fast.files >& testin_fast.stdout 

test_fast:
	cp $(top_builddir)/src/98_main/abinit $(top_srcdir)/tests/built-in/Input/abinit && cd $(top_srcdir)/tests/built-in/Input && ./abinit < testin_fast.files >& testin_fast.stdout && cat testin_fast_tmp_STATUS && rm abinit
