64位RHEL6.4编译Intel mp_linpack

系统及软件版本:

RHEL6.4

Intel Cluster Studio XE 2013.1


步骤:

1、安装Intel Cluster Studio XE 2013.1

2、安装软件组Development tools,命令:yum groupinstall "Development tools" -y

3、设置Intel环境变量,命令如下:

source /opt/intel/bin/compilervars.sh intel64

source /opt/intel/impi/4.1.3.048/bin64/mpivars.sh

source /opt/intel/mkl/bin/mklvars.sh intel64

4、进入/opt/intel/mkl/benchmarks/mp_linpack目录,执行命令 gmake arch=intel64

5、编译成功后,会多出/opt/intel/mkl/benchmarks/mp_linpack/bin/intel64/ 目录,目录中多出编译好的xhpl和HPL.dat文件。


你可能感兴趣的:(Intel,linpack,rhel6.4)