intel parallel studio xe 2015

source /home/zhu/int/composer_xe_2015.2.164/mkl/bin/mklvars.sh intel64
source /home/zhu/int/composer_xe_2015.2.164/bin/iccvars.sh intel64
source /home/zhu/int/composer_xe_2015.2.164/bin/ifortvars.sh intel64
source /home/zhu/int/impi/5.0.3.048/intel64/bin/mpivars.sh intel64
export LD_LIBRARY_PATH=/home/zhu/int/composer_xe_2015.2.164/compiler/lib/intel64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/zhu/int/mkl/lib/intel64:$LD_LIBRARY_PATH

source ~/.bashrc

which icc ifort icpc mpiifort

./configure -prefix=/home/zhu/software/fftw338 CC=icc F77=ifort MPICC=mpiicc -enable-mpi

make
make install

参考VASP安装与运行_xinming_365的博客-CSDN博客_vasp安装

上一篇:漫谈数据仓库之拉链表(原理、设计以及在Hive中的实现)


下一篇:ElasticSearch 目录穿越漏洞(CVE-2015-5531)