Hi today I tried to install openmpi-1.7rc8r28201 and got the following errors. I always used the following command (adapted to different architectures).
../openmpi-1.7rc8r28201/configure --prefix=/usr/local/openmpi-1.7_32_cc \ --with-jdk-bindir=/usr/local/jdk1.7.0_07-32/bin \ --with-jdk-headers=/usr/local/jdk1.7.0_07-32/include \ JAVA_HOME=/usr/local/jdk1.7.0_07-32 \ LDFLAGS="-m32" \ CC="cc" CXX="CC" FC="f95" \ CFLAGS="-m32" CXXFLAGS="-m32 -library=stlport4" FCFLAGS="-m32" \ CPP="cpp" CXXCPP="cpp" \ CPPFLAGS="" CXXCPPFLAGS="" \ --enable-cxx-exceptions \ --enable-mpi-java \ --enable-heterogeneous \ --enable-opal-multi-threads \ --enable-mpi-thread-multiple \ --with-threads=posix \ --with-hwloc=internal \ --without-verbs \ --without-udapl \ --with-wrapper-cflags=-m32 \ --enable-debug \ |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.32_cc openSuSE Linux 12.1, x86_64, SunC 5.12, 32-bit ---------------------------------------------- tyr openmpi-1.7-Linux.x86_64.32_cc 547 tail log.make.Linux.x86_64.32_cc Making all in mpi/fortran/use-mpi-f08 make[2]: Entering directory `.../ompi/mpi/fortran/use-mpi-f08' PPFC mpi-f08-sizeof.lo PPFC mpi-f08.lo "../../../../../openmpi-1.7rc8r28201/ompi/mpi/fortran/use-mpi-f08/mpi-f08.F90", Line = 1, Column = 1: INTERNAL: Interrupt: Segmentation fault make[2]: *** [mpi-f08.lo] Error 1 make[2]: Leaving directory `.../ompi/mpi/fortran/use-mpi-f08' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `.../ompi' make: *** [all-recursive] Error 1 openSuSE Linux 12.1, x86_64, SunC 5.12, 64-bit ---------------------------------------------- I could build and install the package. Solaris 10, x86_64 and sparc, SunC 5.12, 32-bit ----------------------------------------------- I could build and install the package. Solaris 10, x86_64 and sparc, SunC 5.12, 64-bit ----------------------------------------------- tyr openmpi-1.7-SunOS.x86_64.64_cc 565 tail -15 log.make.SunOS.x86_64.64_cc F77 libvt_fmpi_la-vt_fmpiconst_2.lo F77LD libvt-fmpi.la ld: fatal: file .libs/libvt_fmpi_la-vt_fmpiconst_1.o: wrong ELF class: ELFCLASS32 ld: fatal: file processing errors. No output written to .libs/libvt-fmpi.so.0.0.0 make[5]: *** [libvt-fmpi.la] Error 2 make[5]: Leaving directory `.../ompi/contrib/vt/vt/vtlib' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `.../ompi/contrib/vt/vt' make[3]: *** [all] Error 2 make[3]: Leaving directory `.../ompi/contrib/vt/vt' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `.../ompi/contrib/vt' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `.../ompi' make: *** [all-recursive] Error 1 I would be grateful, if somebody can fix the problems. Thank you very much in advance. Kind regards Siegmar