Re: [MPI3 Fortran] Should new features be retrofitted to Fortran 77 bindings?
Jeff, I'm confused, if the compiled by "f77" compilers (probably just hidden compiler options by now), of course they won't compile the MPI3 bindings. But they should be link compatible. -craig On Dec 14, 2009, at 7:04 AM, Jeff Squyres wrote:
I'm talking about codes that "include 'mpif.h'".
If they are compiled with compilers like "pgif77" or other "*f77" compilers, will they still allow/obey newer Fortran language constructs (namely the things that we're discussing for the F2003 bindings)?
On Dec 11, 2009, at 5:47 PM, Bill Long wrote:
What do you mean by "Fortran 77 codes"? There are codes that are written in fixed source form and others in free source form. If by F77 you mean fixed source form, then that should be accommodated. Otherwise, old codes that were written in the before ~ 1993 are still Fortran programs and should compile with modern compilers for today's incarnation of standard Fortran. Apart from supporting fixed source form, what retrofit is necessary?
Cheers, Bill
Craig Rasmussen wrote:
Jeff raised an interesting question with me. Should new features that are being considered for MPI-3 be retrofitted if possible for Fortran 77 codes? Some users might say yes as they never intend to use modern Fortran features. On the other hand, F77 is over 30 years old and so perhaps we should move on and not put support (money) into adding new features.
The new Fortran MPI-3 bindings will allow users to link to codes using F77 bindings so if users want new bindings they only have to use MPI3 locally.
-craig
_______________________________________________ mpi3-fortran mailing list [email protected] http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-fortran
-- Bill Long [email protected] Fortran Technical Support & voice: 651-605-9024 Bioinformatics Software Development fax: 651-605-9142 Cray Inc./Cray Plaza, Suite 210/380 Jackson St./St. Paul, MN 55101
_______________________________________________ mpi3-fortran mailing list [email protected] http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-fortran
-- Jeff Squyres [email protected]
_______________________________________________ mpi3-fortran mailing list [email protected] http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-fortran
participants (1)
-
Craig Rasmussen