Remove installed packages, and update HPL.dat

This commit is contained in:
Arif Ali 2020-06-10 19:51:54 +00:00
parent f42cbfa816
commit 88491c1d47
3 changed files with 5 additions and 3 deletions

View File

@ -3,13 +3,13 @@ Innovative Computing Laboratory, University of Tennessee
HPL.out output file name (if any)
6 device out (6=stdout,7=stderr,file)
2 # of problems sizes (N)
17280 17280 Ns
17280 17280 Ns
5 # of NBs
192 192 192 192 192 NBs
0 PMAP process mapping (0=Row-,1=Column-major)
1 # of process grids (P x Q)
1 1 1 1 1 Ps
1 1 1 1 1 Qs
1 1 1 1 1 Ps
1 1 1 1 1 Qs
16.0 threshold
1 # of panel fact
2 PFACTs (0=left, 1=Crout, 2=Right)

View File

@ -5,6 +5,7 @@ package=mpich
rm -rf ${package}-${version}
rm -rf ${WORKDIR}/${package}-${version}
sudo rm -rf /opt/${package}/${version}
wget http://www.mpich.org/static/downloads/${version}/${package}-${version}.tar.gz -O ${DOWNLOADS}/${package}-${version}.tar.gz
cd ${WORKDIR}

View File

@ -7,6 +7,7 @@ package=OpenBLAS
rm -rf ${package}-${version}
rm -rf ${WORKDIR}/${package}-${version}
sudo rm -rf /opt/${package}
wget https://github.com/xianyi/OpenBLAS/archive/develop.tar.gz -O ${DOWNLOADS}/${package}-${version}.tar.gz
cd ${WORKDIR}