Re: [OMPI devel] [vt] --with-openmpi-inside configure argument

2014-08-11 Thread Matthias Jurenz
Hello Paul, the only possible values for --with-openmpi-inside are "yes" and "1.7" where the latter value is interpreted as *since*. Prior version 1.7 the Open MPI configure provides both F77 and FC for specifying Fortran compilers. The VT configure only provides FC, so it sets FC (if not set)

Re: [OMPI devel] [vt] --with-openmpi-inside configure argument

2014-08-05 Thread Paul Hargrove
Bert, It is just an observation of something that could easily break in the future. The code is correct as written. So, no immediate action is required. -Paul On Tue, Aug 5, 2014 at 12:04 AM, Bert Wesarg wrote: > On 08/05/2014 02:40 AM, Paul Hargrove wrote: > >> I noticed that Open MPI is pas

Re: [OMPI devel] [vt] --with-openmpi-inside configure argument

2014-08-05 Thread Bert Wesarg
On 08/05/2014 02:40 AM, Paul Hargrove wrote: I noticed that Open MPI is passing --with-openmpi-inside=1.7 in the arguments passed to ompi/contrib/vt/vt/configure and ompi/contrib/vt/vt/extlib/otf/configure The extlib/otf case just tests if the value is set, but the top-level vt/co

[OMPI devel] [vt] --with-openmpi-inside configure argument

2014-08-04 Thread Paul Hargrove
I noticed that Open MPI is passing --with-openmpi-inside=1.7 in the arguments passed to ompi/contrib/vt/vt/configure and ompi/contrib/vt/vt/extlib/otf/configure The extlib/otf case just tests if the value is set, but the top-level vt/configure is checking for the specific string "1.7":