PBLAS
Parallel Basic Linear Algebra Subprograms (PBLAS) is an implementation of Level 2 and 3 BLAS intended for distributed memory architectures.{{cite book|title=Applied Parallel Computing Computations in Physics, Chemistry and Engineering Science|year=1996|volume=1041|doi=10.1007/3-540-60902-4_13|chapter=A proposal for a set of parallel basic linear algebra subprograms|series=Lecture Notes in Computer Science|last1=Choi|first1=Jaeyoung|last2=Dongarra|first2=Jack|last3=Ostrouchov|first3=Susan|last4=Petitet|first4=Antoine|last5=Walker|first5=David|last6=Whaley|first6=R. Clinton|isbn=978-3-540-60902-5|pages=107}}
It provides a computational backbone for ScaLAPACK, a parallel implementation of LAPACK. It depends on Level 1 sequential BLAS operations for local computation and BLACS for communication between nodes.{{cite web|title=PBLAS|url=http://www.netlib.org/utk/papers/scalapack/node9.html|work=Netlib|first=Antoine |last=Petitet
References
{{Reflist}}