您的位置:首页 > 其它

部署软件常遇到错误总结

2013-03-04 21:49 295 查看
问题一:

checking for mpifc... no

checking for mpxlf... no

checking for mpif90... mpif90

checking for MPI_Init... no

checking for MPI_Init in -lmpi... no

checking for MPI_Init in -lmpich... no

configure: error: Don't know how to compile MPI program

是因为找不到MPI库,只要把LDFALGS="-L/opt/mpich2/lib(你的MPI路径下的lib)"

问题二:

configure: error: F90 and F90FLAGS are replaced by FC and FCFLAGS respectively in this configure, please unset F90/F90FLAGS
and set FC/FCFLAGS instead and rerun configure again.

只要unset F90

unset F90FLAGS
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: