Re: [OMPI users] migrating to the MPI_F08 module

2017-03-22 Thread Tom Rosmond
Gilles, Yes, I found that definition about 5 minutes after I posted the question. Thanks for the response. Tom On 03/22/2017 03:47 PM, Gilles Gouaillardet wrote: Tom, what if you use type(mpi_datatype) :: mpiint Cheers, Gilles On Thursday, March 23, 2017, Tom Rosmond

Re: [OMPI users] migrating to the MPI_F08 module

2017-03-22 Thread Gilles Gouaillardet
Tom, what if you use type(mpi_datatype) :: mpiint Cheers, Gilles On Thursday, March 23, 2017, Tom Rosmond wrote: > > Hello; > > I am converting some fortran 90/95 programs from the 'mpif.h' include file > to the 'mpi_f08' model and have encountered a problem. Here is a simple > test program t

[OMPI users] migrating to the MPI_F08 module

2017-03-22 Thread Tom Rosmond
Hello; I am converting some fortran 90/95 programs from the 'mpif.h' include file to the 'mpi_f08' model and have encountered a problem. Here is a simple test program that demonstrates it: __- program testf08 !