Hi Ralph, I still have the same problems. I've attached my config files for cc and gcc. Do you need anything else?
Kind regards and thank you very much for your help Siegmar
We have fixed a few configure things in the last day - can you please give the master another try?Yes, I try it tomorrow morning when the next tarball is available. Today I already tried openmpi-dev-2472-gfe351f6 which has the same problem. Kind regards SiegmarOn Sep 8, 2015, at 8:32 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi Ralph, I used the following commands to configure Open MPI. They are more or less the same for all versions of Open MPI and I use them for some time now. ../openmpi-dev-2453-g1989999/configure \ --prefix=/usr/local/openmpi-master_64_gcc \ --libdir=/usr/local/openmpi-master_64_gcc/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="gcc" CXX="g++" FC="gfortran" \ CFLAGS="-m64" CXXFLAGS="-m64" FCFLAGS="-m64" \ CPP="cpp" CXXCPP="cpp" \ CPPFLAGS="" CXXCPPFLAGS="" \ --enable-mpi-cxx \ --enable-cxx-exceptions \ --enable-mpi-java \ --enable-heterogeneous \ --enable-mpi-thread-multiple \ --with-hwloc=internal \ --without-verbs \ --with-wrapper-cflags="-std=c11 -m64" \ --with-wrapper-cxxflags="-m64" \ --with-wrapper-fcflags="-m64" \ --enable-debug \ |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_gcc ../openmpi-dev-2453-g1989999/configure \ --prefix=/usr/local/openmpi-master_64_cc \ --libdir=/usr/local/openmpi-master_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 -mt" \ CC="cc" CXX="CC" FC="f95" \ CFLAGS="-m64 -mt" 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-hwloc=internal \ --without-verbs \ --with-wrapper-cflags="-m64 -mt" \ --with-wrapper-cxxflags="-m64 -library=stlport4" \ --with-wrapper-fcflags="-m64" \ --with-wrapper-ldflags="-mt" \ --enable-debug \ |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_cc I've attached the config files for Linux and gcc. Please let me know if you need any other files from the build process. Thank you very much for your help in advance. Kind regards Siegmar Am 08.09.2015 um 15:37 schrieb Ralph Castain:Hmmm…best send us the configure stuff, Siegmar. Looks like you are missing a CPPFLAG RalphOn Sep 8, 2015, at 1:05 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi, yesterday I tried to build openmpi-dev-2453-g1989999 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. I got the following error on all machines with the GNU compiler and on my Linux box also with the Sun compiler. ... make[4]: Entering directory `/export2/src/openmpi-master/openmpi-dev-2453-g1989999-SunOS.sparc.64_gcc/opal/mca/pmix/pmix1xx/pmix' CC src/class/pmix_object.lo CC src/class/pmix_list.lo CC src/class/pmix_pointer_array.lo CC src/class/pmix_hash_table.lo CC src/include/pmix_globals.lo In file included from ../../../../../../openmpi-dev-2453-g1989999/opal/mca/pmix/pmix1xx/pmix/src/include/pmix_globals.c:19:0: /export2/src/openmpi-master/openmpi-dev-2453-g1989999/opal/mca/pmix/pmix1xx/pmix/include/private/types.h:43:27: fatal error: opal/mca/event/libevent2022/libevent2022.h: No such file or directory compilation terminated. make[4]: *** [src/include/pmix_globals.lo] Error 1 make[4]: Leaving directory `/export2/src/openmpi-master/openmpi-dev-2453-g1989999-SunOS.sparc.64_gcc/opal/mca/pmix/pmix1xx/pmix' ... Kind regards Siegmar _______________________________________________ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.open-mpi.org/community/lists/users/2015/09/27544.php_______________________________________________ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.open-mpi.org/community/lists/users/2015/09/27548.php-- ######################################################################## # # # Hochschule Fulda University of Applied Sciences # # FB Angewandte Informatik Department of Applied Computer Science # # # # Prof. Dr. Siegmar Gross Tel.: +49 (0)661 9640 - 333 # # Fax: +49 (0)661 9640 - 349 # # Leipziger Str. 123 WWW: http://www.hs-fulda.de/~gross # # D-36037 Fulda Mail: siegmar.gr...@informatik.hs-fulda.de # # # # # # IT-Sicherheit: http://www.hs-fulda.de/it-sicherheit # # # ######################################################################## <config.tar.gz>_______________________________________________ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.open-mpi.org/community/lists/users/2015/09/27550.php_______________________________________________ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.open-mpi.org/community/lists/users/2015/09/27552.php_______________________________________________ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.open-mpi.org/community/lists/users/2015/09/27553.php
openmpi-dev-2480-g6ddb8e8-Linux.x86_64.64_cc_config.tar.gz
Description: application/gzip
openmpi-dev-2480-g6ddb8e8-Linux.x86_64.64_gcc_config.tar.gz
Description: application/gzip
smime.p7s
Description: S/MIME Cryptographic Signature