NWChem/contrib/mapointer_test/README
Huub Van Dam 73ce95f5d5 HvD: Added a script to modify the Global Array include files adding interface
blocks. These interface block allow the compiler to check whether the relevant
GA routines are called with the correct data types for the arguments. It is 
expected that these checks will be crucial to get the MAPOINTER stuff right.
2012-07-31 00:27:23 +00:00

7 lines
359 B
Text

README fix_include_files
========================
The script fix_include_files is supposed to be run from this directory.
It modifies include files in the GA adding Fortran90 interface blocks so that
the compiler can check whether critical routines are called with the correct
data types. More comments on the how and why are included in the script itself.