2fc9f9181f
- added src/mpi/f77/strings.[ch] for f<-->c string conversions - added src/mpi/f77/constants* for instiantiating and providing macros to check for the various fortran address "constants" (read the comments in this file -- it's quite complicated, unfortunately :-\ ): - MPI_BOTTOM - MPI_ARGV_NULL - MPI_ARGVS_NULL - MPI_ERRCODES_IGNORE - MPI_STATUS_IGNORE - MPI_STATUSES_IGNORE - updated fortran MPI_COMM_SET_NAME and MPI_COMM_GET_NAME to check string handling - updated fortran MPI_RECV to check MPI_STATUS_IGNORE handling - updated fortran MPI_COMM_SPAWN to check string and MPI_ARGV_NULL and MPI_ERRCODES_IGNORE handling - partially modified src/mpi/f77/prototypes_mpi.h to account for string length parameters passed by the fortran compiler; more work to be done there - backed out a silly previous change in send_f.c by me (duh) - updated fortran MPI_COMM_DUP and MPI_COMM_FREE to check int<-->fint macros This commit was SVN r2512.