我最近安装了Ubuntu 14.04 64bit并尝试使用Intel Compilers 2013从源代码编译MPICH。我使用此命令配置mpich:
./configure CC=icc CXX=icpc F77=ifort FC=ifort -prefix=/home/user/mpich-install
我过了一会儿就得到了这个错误:
.
.
checking whether <iostream> available... no
checking how to run the C++ preprocessor... icpc -E
checking iostream.h usability... no
checking iostream.h presence... no
checking for iostream.h... no
configure: error: C++ compiler icpc has neither iostream nor iostream.h.
configure: error: ./configure failed for test/mpi
答案 0 :(得分:0)
这似乎是英特尔C ++编译器14更新1中的已知问题。可以通过更新到ICC 14更新来解决.2。查看此链接以获取更多信息:
software.intel.com/en-us/forums/topic/531138#comment-1799768