24小时热门版块排行榜    

CyRhmU.jpeg
查看: 194  |  回复: 2
当前主题已经存档。

yixinlucky

铜虫 (初入文坛)

[交流] 【求助】abinit-5.8.2在fedora11中安装的问题

下载abinti-5.8.2.tar.gz,然后解压,而后执行./configure命令,运行的结果是

checking for MPI support requested... no

        +--------------------------------------------------------------+
        | IMPORTANT NOTE                                               |
        +--------------------------------------------------------------+
        | MPI support is disabled by default because it makes the      |
        | configure script abort when the build environment is not     |
        | properly set-up.                                             |
        |                                                              |
        | You may activate it using the --enable-mpi="yes"             |
        | option, provided that the PATH and LD_LIBRARY_PATH           |
        | environment variables are properly set-up. If this is not    |
        | the case, the configure script will abort with the following |
        | error message:                                               |
        |                                                              |
        | configure: error: cannot run C compiled programs.            |
        | If you meant to cross compile, use `--host'.                 |
        | See `config.log' for more details.                           |
        +--------------------------------------------------------------+



=== Preprocessing                                                          ===
==============================================================================

checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for the true C preprocessor... /lib/cpp
checking for C preprocessor options... -P -std=c89

==============================================================================
=== C support                                                              ===
==============================================================================

checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking which type of compiler we have... gnu 4.4
configure: applying C compiler tricks (type: gnu, version: 4.4)
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no

==============================================================================
=== Fortran support                                                        ===
==============================================================================

checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking which type of Fortran compiler we have... gnu 4.4
checking whether the Fortran compiler accepts exit()... yes
checking whether the Fortran compiler accepts flush()... yes
checking whether the Fortran compiler accepts gamma()... yes
configure: applying Fortran compiler tricks (type: gnu, version: 4.4)
checking whether to use C clock for timings... no

==============================================================================
=== Python support                                                         ===
==============================================================================

checking for python... python
checking for python-config... python-config
checking for Python CPPFLAGS... -I/usr/include/python2.6 -I/usr/include/python2.6
checking for bzr... no

==============================================================================
=== Libraries and linking                                                  ===
==============================================================================

checking for ar... /usr/bin/ar
checking for ranlib... ranlib

==============================================================================
=== 64-bit support                                                         ===
==============================================================================

configure: this section is still under development
checking for a 64-bit architecture... unknown

==============================================================================
=== Optimizations and debugging                                            ===
==============================================================================

checking for optimization level... standard
configure: loading optimizations for cc: gnu/all/all
configure: loading optimizations for cxx: gnu/all/all
configure: loading optimizations for fc: gnu/all/all
configure: setting C debug flags to '-g'
configure: setting C++ debug flags to '-g'
configure: setting Fortran debug flags to '-g'

==============================================================================
=== MPI support                                                            ===
==============================================================================

checking whether MPI is usable... no
checking whether to build parallel code... no

==============================================================================
=== External prerequisites                                                 ===
==============================================================================

checking whether to use the FFTW library... no
checking whether to use the GNU Scientific Library... no
configure: applying linear algebra tricks (type: abinit)
checking whether to build the LINALG library... yes
checking whether to activate ScaLAPACK support... no
checking whether to use the PAPI library... no

==============================================================================
=== Plug-ins                                                               ===
==============================================================================

configure: creating /root/.abinit/tarballs
configure: using tarball repository /root/.abinit/tarballs
checking for a source tarball of BIGDFT... no
configure: downloading BIGDFT - this may take a while
checking availability of BIGDFT from URL 1... yes
configure: applying BigDFT tricks (not needed yet)
checking whether to enable the BIGDFT plug-in... yes
checking whether to build the BIGDFT plug-in... yes
checking for a source tarball of NETCDF... no
configure: downloading NETCDF - this may take a while
checking availability of NETCDF from URL 1... yes
configure: applying compiler-specific NetCDF tricks (type: gnu, version: 4.4)
checking whether to enable the NETCDF plug-in... yes
checking whether to build the NETCDF plug-in... yes
checking for a source tarball of ETSF_IO... no
configure: downloading ETSF_IO - this may take a while
checking availability of ETSF_IO from URL 1... yes
configure: applying ETSF_IO tricks
checking whether to enable the ETSF_IO plug-in... yes
checking whether to build the ETSF_IO plug-in... yes
checking for a source tarball of LIBXC... no
configure: downloading LIBXC - this may take a while
checking availability of LIBXC from URL 1... yes
configure: applying LIBXC tricks (not needed yet)
checking whether to enable the LIBXC plug-in... yes
checking whether to build the LIBXC plug-in... yes
checking whether to enable the FOX plug-in... no
checking whether to build the FOX plug-in... no
checking whether to enable the XMLF90 plug-in... no
checking whether to build the XMLF90 plug-in... no
checking for a source tarball of WANNIER90... no
configure: downloading WANNIER90 - this may take a while
checking availability of WANNIER90 from URL 1... yes
configure: applying compiler-specific Wannier90 tricks (type: gnu, version: 4.4)
checking whether to enable the WANNIER90 plug-in... yes
checking whether to build the WANNIER90 plug-in... yes

==============================================================================
=== Nightly builds                                                         ===
==============================================================================

checking whether to build Nightly code... no

==============================================================================
=== Experimental developments                                              ===
==============================================================================

checking whether to enable bindings... no
checking whether to enable error handlers... no
checking whether to build exports... no
checking whether to enable GW double-precision calculations... no
checking whether to use macroave... yes

==============================================================================
=== Output                                                                 ===
============================================================================
省略了,太长了。

然后提示可以make了。make运行的结果见http://muchong.com/bbs/viewthread.php?tid=1759789

我是在单机上装abinit软件,不是并行版本。请问高手帮看看问题到底在哪儿呀,自己实在是太无奈了,都快装一个月了还没装上呢。
谢谢了。
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yixinlucky

铜虫 (初入文坛)

是不是问题太难了,怎么没人回答呢?
请求好心人帮帮忙吧。
2楼2010-01-10 08:47:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

老虎大王

木虫 (著名写手)


小木虫(金币+0.5):给个红包,谢谢回帖交流
I think 你似乎已经成功了.
3楼2010-01-10 14:14:43
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 yixinlucky 的主题更新
普通表情 高级回复(可上传附件)
信息提示
请填处理意见