#589 dune-common configure script doesn't recognize Intel's MPI Library
Metadata
Property | Value |
---|---|
Reported by | Leonard Kern (kern@math.hu-berlin.de) |
Reported at | Aug 24, 2009 12:14 |
Type | Bug Report |
Version | Unknown |
Operating System | Linux |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Sep 23, 2009 09:09 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Sep 23, 2009 09:09 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
After having installed Intel's Cluster Toolkit Compiler Edition on a "Cluster" (a PC + two virtual machines as nodes all running openSUSE 11.1) I tried to compile dune-common (1.2.1). Given the proper variables, dunecontrol manages to find Intel's mpicc, mpi.h etc. but it can't identify the MPI flavour in use and exits with an error message. That message also told me to file a bug report, which I am doing hereby.
The console variables of interest are: CXX="/opt/intel/mpi-rt/3.2.1/bin/mpicxx -DMPICH_IGNORE_CXX_SEEK -DHX_HAS_STDIOSTREAM" CXXFLAGS="-I/home/kern/bin/include/alberta -I/opt/intel/mpi-rt/3.2.1/include" MPICXX="/opt/intel/mpi-rt/3.2.1/bin/mpicxx" MPICC="/opt/intel/mpi-rt/3.2.1/bin/mpicc"
I have attached the invocation I used for dunecontrol as well as the subsequent output, the options file I use and dune-common's config.log.
I'd be glad to find out, how to work my way around this issue.
Thanks in advance.