AMBER_compiling_debugging

COMPILING AMBER

conditional compiling

For example
in fortran code you have to put ..

#ifdef VERBOSE_REMD
some printing stuff ...
#endif

for compiling in config.h
change

FPPFLAGS= -DMKL -DBINTRAJ -DMPI  $(CUSTOMBUILDFLAGS)

to
FPPFLAGS= -DVERBOSEREMD  -DMKL -DBINTRAJ -DMPI  $(CUSTOMBUILDFLAGS)

now RECOMPILE !!!

AMBER FILEs DESCRIPTION

locmem.F90

it gives you the definition of all the pointers which defined in AMBER.

memory.h

It gives you the access to the all common variables in AMBER.
"#include memory.h " gives you the access to those global variables.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License