Re: [MPI3 Fortran] [Mpi-comments] MPI 3.0: Fortran 2008 interface - issue with the LOGICAL kind
20 Mar
2013
20 Mar
'13
8:26 a.m.
On Mar 20, 2013, at 6:25 AM, Bill Long <[email protected]> wrote:
interface !--> MPI_Test
! int MPI_Test(MPI_Request *request, int *flag, MPI_Status *status);
Function MPI_Test_C( request, flag, status) & BIND(C, name="MPI_Test") RESULT (res) import :: C_request, c_int, MPI_Status_C integer(C_request) :: request
This is not correct. You cannot assume that MPI handles are integers (they're pointers in Open MPI). -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
4874
Age (days ago)
4874
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeff Squyres (jsquyres)