Quantcast
Channel: Clusters and HPC Technology
Viewing all articles
Browse latest Browse all 927

MPI in mixed C and FORTRAN

$
0
0

Hello,

I am using the Intel MPI on a mixed C/FORTRAN program. All my communicators (MPI_Comm) are instanced in C; yet, I need to pass them through MPI calls to a FORTRAN subroutine.

How does one cast the MPI_Comm handle from C to FORTRAN?

Thanks.


Viewing all articles
Browse latest Browse all 927

Trending Articles