[mvapich-discuss] c++ include header file not created

Christian Guggenberger christian.guggenberger at rzg.mpg.de
Wed Oct 15 11:13:47 EDT 2008


Joseph,
> 
> these files are created but the header for config is missing: mpi2c++_config.h - which is needed for code. This is the case also for version 1.1 as well as this one here 1.0.1
> 
> 
> # Mandatory variables.  All are checked except CXX and F90.
> IBHOME=${IBHOME:-/usr/include/infiniband}
> IBHOME_LIB=${IBHOME_LIB:-/usr/lib64}
> PREFIX=${PREFIX:-/home/hargitai/mv1}
> export CC=${CC:-/usr/local/intel/cce/10.0.023/bin/icc}
> export CXX=${CXX:-/usr/local/intel/cce/10.0.023/bin/icc}

'icc' is not the C++ compiler - please use 'icpc' instead.

hope this helps.

 - Christian


More information about the mvapich-discuss mailing list