| 查看: 1043 | 回复: 1 | |||
maomaotu9315金虫 (小有名气)
|
[求助]
abinit 6.12.3版本在linux下的安装流程
|
|
安装说明书的流程怎么安装一直出现问题, 求助:abinit 6.12.3版本在linux下的安装流程! |
» 猜你喜欢
今天系统多次维护,明天很可能放榜!
已经有5人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有74人回复
岩土工程学报什么时候才能终审完呐
已经有4人回复
时间戳又变了8-15
已经有25人回复
2027广东省杰青
已经有6人回复
快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。
已经有3人回复
哪位老哥知道今年的国自然具体哪一天放榜?
已经有9人回复
咱们一起用铁证分析2026国家社科基金中标与否
已经有26人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有16人回复
有时候,自然基金真的不能太认真 (我的申报经验)
已经有12人回复
» 本主题相关价值贴推荐,对您同样有帮助:
【求助】linux下怎么安装 abinit 软件?
已经有8人回复
lindlar0078
木虫 (著名写手)
- 应助: 20 (小学生)
- 金币: 2529.5
- 散金: 1
- 红花: 6
- 帖子: 1540
- 在线: 698.9小时
- 虫号: 277938
- 注册: 2006-09-09
- 专业: 无机材料化学
【答案】应助回帖
感谢参与,应助指数 +1
|
Abinit 6.12.3安装 一、openmpi安装 1、设置好$MPI和$LD-LIBRARY-PATH的环境变量,以下供参考: #openmpi-1.6.2 export MPI_ROOT=/usr/local/openmpi-1.6.2/ export PATH=$PATH:/usr/local/openmpi-1.6.2/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openmpi-1.6.2/lib 二、abinit-6.12.3安装 1、./congfigure命令行如下: ./configure --prefix=/usr/local/abinit-6.12.3 --enable-mpi=yes with_dft_flavor="atompaw+bigdft+libxc+wannier90" 2、make 3、make install 4、make clean 环境变量 #abinit export PATH=$PATH:/usr/local/abinit/bin 测试: === Build Information === Version : 6.12.3 Build target : x86_64_linux_intel12.0 Build date : 20120924 === Compiler Suite === C compiler : gnu4.3 CFLAGS : -g -O2 -mtune=native -march=native -mfpmath=sse C++ compiler : gnu4.3 CXXFLAGS : -g -O2 -mtune=native -march=native -mfpmath=sse Fortran compiler : intel12.0 FCFLAGS : -g -extend-source -vec-report0 -noaltparam -nofpscomp FC_LDFLAGS : -static-intel -static-libgcc === Optimizations === Debug level : basic Optimization level : standard Architecture : amd_opteron === MPI === Parallel build : yes Parallel I/O : yes Time tracing : no GPU support : no === Connectors / Fallbacks === Connectors on : yes Fallbacks on : yes DFT flavor : libxc-fallback+bigdft-fallback+wannier90-fallback FFT flavor : none LINALG flavor : netlib-fallback MATH flavor : none TIMER flavor : abinit TRIO flavor : netcdf-fallback+etsf_io-fallback |

2楼2012-10-16 12:55:37










回复此楼