其他分享
首页 > 其他分享> > intel parallel studio xe 2015

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安装

标签:LD,zhu,int,xe,studio,composer,2015,home
来源: https://www.cnblogs.com/bangbro/p/14066653.html