Hi, today I tried to install openmpi-dev-373-gdee243c on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with the new Solaris Studio 12.4 compilers and got the following error on all three platforms.
tyr openmpi-dev-373-gdee243c-Linux.x86_64.64_cc_sun_c_5.13 135 tail -15 log.make.* PPFC comm_compare_f08.lo PPFC comm_connect_f08.lo PPFC comm_create_errhandler_f08.lo fn = c_funloc(comm_errhandler_fn) ^ "../../../../../openmpi-dev-373-gdee243c/ompi/mpi/fortran/use-mpi-f08/comm_create_errhandler_f08.F90", Line = 22, Column = 18: ERROR: C_FUNLOC function argument must be a procedure that is interoperable or a procedure pointer associated with an interoperable procedure. f90comp: 186 SOURCE LINES f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI make[2]: *** [comm_create_errhandler_f08.lo] Error 1 make[2]: Leaving directory `/export2/src/openmpi-1.9/openmpi-dev-373-gdee243c-Linux.x86_64.64_cc/ompi/mpi/fortran/use-mpi-f08' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/export2/src/openmpi-1.9/openmpi-dev-373-gdee243c-Linux.x86_64.64_cc/ompi' make: *** [all-recursive] Error 1 tyr openmpi-dev-373-gdee243c-Linux.x86_64.64_cc_sun_c_5.13 136 I used the following configure command: ../openmpi-dev-373-gdee243c/configure --prefix=/usr/local/openmpi-1.9.0_64_cc \ --libdir=/usr/local/openmpi-1.9.0_64_cc/lib64 \ --with-jdk-bindir=/usr/local/jdk1.8.0/bin \ --with-jdk-headers=/usr/local/jdk1.8.0/include \ JAVA_HOME=/usr/local/jdk1.8.0 \ LDFLAGS="-m64" \ CC="cc" CXX="CC" FC="f95" \ CFLAGS="-m64" CXXFLAGS="-m64 -library=stlport4" FCFLAGS="-m64" \ CPP="cpp" CXXCPP="cpp" \ CPPFLAGS="" CXXCPPFLAGS="" \ --enable-mpi-cxx \ --enable-cxx-exceptions \ --enable-mpi-java \ --enable-heterogeneous \ --enable-mpi-thread-multiple \ --with-threads=posix \ --with-hwloc=internal \ --without-verbs \ --with-wrapper-cflags="-m64" \ --with-wrapper-cxxflags="-m64" \ --enable-debug \ |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_cc I would be grateful. if somebody can fix the problem. Thank you very much for any help in advance. Kind regards Siegmar