[MPI3 Fortran] Tools meeting Monday Oct 3

Rasmussen, Craig E rasmussn at lanl.gov
Mon Oct 3 10:47:03 CDT 2011


On Oct 3, 2011, at 9:26 AM, Rasmussen, Craig E wrote:

We have potential problem going to C for character strings and optional arguments.

# Symbols for mpif.h and use mpi
# define MPI_SEND_NAMEMANGLING_TR   0
#
MPI_SEND
mpi_send
mpi_send_
mpi_send__

#define MPI_SEND_NAMEMANGLINE_TR 1

MPI_Send_f          # has choice buffer as array descriptor

# Symbols for use mpi_f08 (not using the new interop TR)
# define MPI_SEND_NAMEMANGLINE_TR 0
#
MPI_SEND_f08
mpi_send_f08
mpi_send_f08_
mpi_send_f08__

# define MPI_SEND_NAMEMANGLING_TR  1
#
MPI_Send_f08         # has choice buffer as array descriptor

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpi-forum.org/pipermail/mpiwg-fortran/attachments/20111003/d97e2e1f/attachment.html>


More information about the mpiwg-fortran mailing list