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.
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.