作者:天堂寨旅游2013_668 | 来源:互联网 | 2017-11-14 17:51
1. 安装mpich2
2. 编译CMPD
1) ./mkconfig.sh -help 查找所支持的平台
2) ./mkconfig.sh IFORT-AMD64 > makefile
3) 修改Makefile文件:
由于-tpp6关键字在Intel Fortran Complier中已经废弃,改为-mtune=core2,对于我的机器
同时,mpif77改成mpif90
4) 从http://www.theochem.ruhr-uni-boc ... yer/cpmd-linux.html下载
libatlas_x86_64.a和libatlas_x86_64_mt.a
5) make
6) 测试CPMD:
./cpmd.x si8-k8x8x8-auto.inp >& si8-k8x8x8-auto.log
mpirun -np 2 cpmd.x si8-k8x8x8-auto.inp >& si8-k8x8x8-auto.log