Re: [OMPI devel] Verbosity for "make check"

2017-08-08 Thread r...@open-mpi.org
Okay, I’ll update that PR accordingly > On Aug 8, 2017, at 10:51 AM, Jeff Squyres (jsquyres) > wrote: > > Per our discussion on the webex today about getting verbosity out of running > "make check" (e.g., to see what the heck is going on in > https://github.com/open-mpi/ompi/pull/4028). > >

[OMPI devel] Verbosity for "make check"

2017-08-08 Thread Jeff Squyres (jsquyres)
Per our discussion on the webex today about getting verbosity out of running "make check" (e.g., to see what the heck is going on in https://github.com/open-mpi/ompi/pull/4028). I checked the Automake docs: they (strongly) discourage the use of the serial test suite. Instead, they suggest sett

Re: [OMPI devel] profiling interface for Fortran executables in OpenMPI 2.1.1

2017-08-08 Thread Phil Carns
On 08/04/2017 10:15 PM, Gilles Gouaillardet wrote: Phil, In previous versions of Open MPI, the Fortran bindings were calling the related C MPI_* subroutine, that could be wrapped in C. Now, Fortran bindings directly invoke the C PMPI_* subroutine, and hence it cannot be wrapped in C. The soluti