Hands-On Exercises for ScaLAPACK

Exercise 3: PBLAS Example

Information: This is a program that tests several PBLAS routines. It generates 3 random 4-by-4 matrices (A, B, and C). Then, it tests three PBLAS routine calls (PSNRM2, PSGEMV, and PSGEMM). To learn more about PBLAS and its calls, check the PBLAS reference guide.

Exercises: For this exercise, use the file pspblasdriver.f. You should compile it with make (you may also need to perform minor modifications in the file make.inc).

Questions:
Hands-on ScaLAPACK Tools Home