This is strange. I just ran the exact command you gave, and it worked
just fine. However, I do notice one potential, unrelated problem. You
set $F90, but $F90 is not used. The variable you want is $FC.
Similarly CCFLAGS should be CXXFLAGS. Also, I don't believe any of
the *LINKER variables
Tim Prins wrote:
Hi Arif,
This is a problem with libtool and the IBM compilers and shared
libraries. The easiest thing to do is to build static libraries
instead by passing "--disable-shared --enable-static" to configure.
I am currently unaware of any workarounds to make compiling shared
li
Hi Arif,
This is a problem with libtool and the IBM compilers and shared
libraries. The easiest thing to do is to build static libraries
instead by passing "--disable-shared --enable-static" to configure.
I am currently unaware of any workarounds to make compiling shared
libraries work wi
Hi list,
I have tried a few ways to compile OpenMPI using XLX/XLF compilers but
the I keep getting the same error (detailed below). I was wandering if
anyone has had any problems or successes in compiling OpenMPI with XL
compilers?
I have tried 1.2b3, 1.2b4,1.2b4r13690, 1.1.4; and I got the