Re: [OMPI devel] Wtime is 0.0

2016-12-21 Thread 🐋 Jan Hegewald
Hi Jeff et al, > On 20 Dec 2016, at 20:23, Jeff Squyres (jsquyres) wrote: > > Fair enough. > > But be aware that if you are building MPICH with double-width Fortran types > and single-width C types, you might want to verify that MPICH is actually > working properly. yes. This episode certain

Re: [OMPI devel] Wtime is 0.0

2016-12-21 Thread George Bosilca
Jan, You can use MPI_Type_match_size ( https://www.open-mpi.org/doc/v2.0/man3/MPI_Type_match_size.3.php) to find the MPI type that meets certain requirements. George. On Wed, Dec 21, 2016 at 3:16 AM, 🐋 Jan Hegewald wrote: > Hi Jeff et al, > > > On 20 Dec 2016, at 20:23, Jeff Squyres (jsquy