87fce5c2a6
Monday with Craig: - split two f90 modules into two separate .f90 files so that dependencies can be satisfied properly in parallel builds (i.e., mpi_kinds.f90 can be compiled and its f90 module can be generated before any others are compiled, because it is needed by all of the other f90 source files). - rename mpi.i.h* to be mpi-f90-interfaces.h, just to be a little more clear and less name-confusing with mpi.h and mpif.h - update the build process in src/mpi/f90, including printing out a warning that compiling mpi.f90 may take quite a while :-\ - update the wrapper compilers to add in the Right Things for compiling F90 MPI applications - add a check in configure to find what flag the F90 compiler uses to identify where f90 module files live This commit was SVN r5297.