1
1
openmpi/ompi/mpi/f90
Jeff Squyres 2cceba7230 Fix to George's and my bugs. :-) A comedy of errors made the test
case still compile properly, even though these bindings were wrong.  :-(

- Both interface functions are necessary.
- I accidentally had a subroutine interface named the same thing as the
  back-end F77 function -- a definite no-no.  Ensure that all F90
  interface functions have a suffix to make them different than the
  back-end F77 function names.
- Also parameterize the output() subroutine on the type of the argvs
  parameter to switch between the character arrays and the integer.

This commit was SVN r9202.
2006-03-04 19:36:13 +00:00
..
scripts Fix to George's and my bugs. :-) A comedy of errors made the test 2006-03-04 19:36:13 +00:00
test Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
xml Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
fortran_kinds.sh.in Bring the f90 configuration up to speed with the f77 configuration 2006-02-12 15:11:36 +00:00
fortran_sizes.h.in Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Change the types of some of the "special" constants in mpif.h so that 2006-03-04 14:24:44 +00:00
mpi_kinds.f90 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mpi.f90 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00