Install MPICH on CentOS 7
Nov 03, 2020 | 957 views
Download: mpich download
Install guide: install guide or version 3.3.2
操作记录:
405 wget http://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz
406 ls
407 tar xzf mpich-3.3.2.tar.gz
408 ls
409 ls mpich-3.3.2
410 cd mpich-3.3.2
411 ls
412 ./configure --prefix=/opt/mpich-3.3.2
413 make -j 2>&1 | tee m.txt
414 make install |& tee mi.txt
415 ls
416 history
$ pwd
/etc/modulefiles
[root@localhost/etc/modulefiles]$ cat mpich/3.3.2
#%Module1.0#####################################################################
##
## modules anaconda/4.9.0
##
## modulefiles/anaconda/4.9.0
##
proc ModulesHelp { } {
global version prefix
puts stderr "mpich/3.3.2 - sets the Environemt for mpich/3.3.2"
}
module-whatis "Sets the Environemt for using mpich/3.3.2"
set topdir /opt/mpich-3.3.2
prepend-path PATH $topdir/bin
prepend-path LD_LIBRARY_PATH $topdir/lib