Difference between revisions of "Scalapack"
From hpcwiki
(Created page with "scalapack-openmpi.x86_64 : ScaLAPACK libraries compiled against openmpi yum install scalapack-openmpi.x86_64 yum install scalapack-openmpi-devel.x86_64") |
|||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | scalapack-openmpi.x86_64 : ScaLAPACK libraries compiled against openmpi | + | scalapack-openmpi.x86_64 : ScaLAPACK libraries compiled against openmpi: |
| − | yum install scalapack-openmpi.x86_64 | + | # yum install scalapack-openmpi.x86_64 |
| − | yum install scalapack-openmpi-devel.x86_64 | + | # yum install scalapack-openmpi-devel.x86_64 |
| + | Blas and Lapack support: | ||
| + | # yum install lapack-devel | ||
| + | In order to properly link the libraries just add the following options at compilation: | ||
| + | -L/usr/lib64/openmpi/lib/ -lscalapack -L/usr/lib64/ -llapack -lblas | ||
Latest revision as of 14:55, 28 June 2017
scalapack-openmpi.x86_64 : ScaLAPACK libraries compiled against openmpi:
# yum install scalapack-openmpi.x86_64 # yum install scalapack-openmpi-devel.x86_64
Blas and Lapack support:
# yum install lapack-devel
In order to properly link the libraries just add the following options at compilation:
-L/usr/lib64/openmpi/lib/ -lscalapack -L/usr/lib64/ -llapack -lblas