- 论坛徽章:
- 0
|
用的fedora15,
Installed Packages
openmpi.i686 1.5-3.fc15 @Everything-ftp.sjtu.edu.cn
openmpi-devel.i686 1.5-3.fc15 @Everything-ftp.sjtu.edu.cn
在编译软件的时候configure总是报一个错误:
checking for MPI_Send in -lmpi... no
checking for nc_open in -lnetcdf... no
checking for the toolset name used by Boost for g++... configure: WARNING: could not figure out which toolset name to use for g++
checking boost/archive/text_oarchive.hpp usability... yes
checking boost/archive/text_oarchive.hpp presence... yes
checking for boost/archive/text_oarchive.hpp... yes
checking for the Boost serialization library... yes
checking boost/mpi.hpp usability... no
checking boost/mpi.hpp presence... no
checking for boost/mpi.hpp... no
configure: error: cannot find boost/mpi.hpp
我是新手,不知道configure检查的boost/mpi.hpp usability是什么?我可以在/usr/include/boost/下面找到mpi.hpp,求解 |
|