标签:gcc ati .com configure name 平台 load 解压 pre
Description: CentOS Linux release 7.6.1810 (Core)
安装BLAS之前需要:
wget http://www.mpich.org/static/downloads/3.2.1/mpich-3.2.1.tar.gztar xzf mpich-3.2.1.tar.gzcd mpich-3.2.1./configure --prefix=/usr/localmakesudo make installexport PATH=/usr/local/bin:$PATH(Ref: linux查看和修改PATH环境变量的方法)which mpicc && which mpiexecmkdir machinefilempiexec -f machinefile -n 3 hostname && mpiexec -n 5 -f machinefile ./examples/cpi使用此方法后,上面的操作步骤可以忽略。需要注意的是,HPL和BLAS中有关MPI的参数需要自行根据实际情况调整。
$ sudo yum install mpich标签:gcc ati .com configure name 平台 load 解压 pre
原文地址:https://www.cnblogs.com/toooney/p/10614237.html