Re: [OMPI users] Communicators in Fortran and C

2008-06-05 Thread Terry Dontje
You can translate the communicator from Fortran to C using the MPI_COMM_F2C routine. --td Message: 4 Date: Thu, 05 Jun 2008 08:53:55 +0200 From: Samuel Sarholz Subject: [OMPI users] Communicators in Fortran and C To: us...@open-mpi.org Message-ID: <48478d83.6080...@rz.rwth-aachen.de> C

[OMPI users] Communicators in Fortran and C

2008-06-05 Thread Samuel Sarholz
Hi, I have problems running a Fortran program which is calling a C library with OpenMPI. The problem is that the Fortan part has a communicator which is passed to the C library. And if I understand the headers right a communicator is an integer in fortran, but a struct on the C side of openm