In this page will be stored exercises about the most used numerical libraries for HPC, such as FFTW, linear algebra libraries and PETSc .
Each exercise is described in the text section and solved in the solution section. We recommend you to study carefully the text of the proposed problem, write your own solution, and then compare it with the solution we propose in the solution section. Solutions of the exercises are provided in both C and FORTRAN languages.
Useful links:
FFTW: http://www.fftw.org/doc/
2Decomp&FFT: http://www.2decomp.org/fft_api.html
P3DFFT: http://code.google.com/p/p3dfft/wiki/UserGuide
Blas: http://www.netlib.org/blas/blasqr.pdf
Lapack: http://www.netlib.org/lapack/explore-html/index.html
Scalapack: http://www.netlib.org/scalapack/slug/
PETSc: http://www.mcs.anl.gov/petsc/documentation/
MPI: http://www.mpich.org/static/docs/latest/www3/