1
1
openmpi/ompi/mpi/fortran
Jeff Squyres 759ee33fd4 Per thread starting here:
http://www.open-mpi.org/community/lists/users/2014/01/23327.php

Revert the Fortran mpi module default size to "small", meaning that we
won't provide interfaces for MPI subroutines that take a choice buffer
any more.  The short version is that MPI-3 p610:34-41 disallows it.

This commit simply removes all these subroutines from the build
process (i.e., remove them from nodist_libmpi_usempi_la_SOURCES).
Since MPI-3 actually forbids providing these interfaces, I'll do a
second commit to actually remove all the scripts and associated
Makefile.am junk.

cmr=v1.7.4:reviewer=dgoodell:subject=Remove choice buffer interfaces from Fortran mpi module

This commit was SVN r30169.
2014-01-09 01:33:13 +00:00
..
base Need to have BIND(C) on the callback interfaces. Reviewed/confirmed 2014-01-08 23:12:41 +00:00
mpiext == Highlights == 2012-04-18 15:57:29 +00:00
mpif-h Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
use-mpi-f08 Thanks to a reminder from Tobias Burunus, commit support for the 2014-01-08 03:46:27 +00:00
use-mpi-f08-desc MPI_COUNT_KIND is defined in mpif-config.h 2013-07-25 21:42:27 +00:00
use-mpi-ignore-tkr Add weak symbols for the MPI-3.1 MPI_Alloc_mem_cptr fortran subroutine. 2013-10-04 22:43:40 +00:00
use-mpi-tkr Per thread starting here: 2014-01-09 01:33:13 +00:00
c_to_integer_kind_mapping.pdf Add a PDF of the C to Fortran type mapping, taken from the Fortran 2012-04-18 22:50:35 +00:00
configure-fortran-output-bottom.h Remove BIND(C) from all mpi_f08 interfaces. 2013-10-04 22:41:59 +00:00
configure-fortran-output.h.in More fortran fixes: 2012-08-23 10:07:08 +00:00