Re: [PATCH] Add support for Intel MPI fortran compiler

2013-10-14 Thread Christian Rössel
Ward, On 10/07/2013 03:11 PM, Ward Poelmans wrote: In the check for static/shared libraries, the Intel MPI fortran compiler is not detected. MPI compiler wrappers using Intel compilers are already handled, at least for $host_os in linux* | k*bsd*-gnu | kopensolaris*-gnu). For libtool

Re: [PATCH] Add support for Intel MPI fortran compiler

2013-10-14 Thread Christian Rössel
Brooks, On 10/09/2013 12:23 AM, Brooks Moses wrote: On 10/07/2013 06:11 AM, Ward Poelmans wrote: In the check for static/shared libraries, the Intel MPI fortran compiler is not detected. Thanks, but a couple of things don't look quite right here @@ -4443,7 +4443,7 @@ m4_if([$1], [CXX],

Re: [PATCH] Add support for Intel MPI fortran compiler

2013-10-14 Thread Ward Poelmans
On Mon, Oct 14, 2013 at 9:54 AM, Christian Rössel christian.roes...@gmx.de wrote: On 10/07/2013 03:11 PM, Ward Poelmans wrote: For libtool 2.4.2., see line 4403-4407 in libltdl/m4/libtool.m4: Thanks Christian, I was using an older version of libtool. Ward

Re: Fwd: Fix PIC flags with MPI wrappers using Portland C++ on GNU/Linux

2013-10-14 Thread Christian Rössel
Brooks, On 10/10/2013 12:44 AM, Brooks Moses wrote: Christian, I'm going through old libtool patches that haven't been reviewed, and came across this one. (Sorry that these have been ignored so long.) On 09/21/2012 10:34 AM, Christian Rössel wrote: please find attached a patch that fixes