I am trying to write a simple differental equation solver in mpi and fortran. I figured I may as well get familiar with using ATLAS/LAPACK/BLAS routines as they seem quite useful for any future numerical modeling I might do. I installed ATLAS via macports. I use gcc 4.4 (also installed via macports.)
I am mostly self taught, and have never used ATLAS, BLAS, LAPACK, or any "library" knowingly (I have used "include" statements or their equivalents in C++ Java and Perl--but without full understanding of how they work.)
I would just like to be able to write a code that solves Ax=b in fortran using ATLAS. I have looked for sample code, but it seems to require "pgi." After much googling I still have no idea what "pgi" is or what it does. Typing "add pgi" in terminal just told me that "add: command not found"
I use a mac 10.5.8 in case that is of any direct relevance.
I hope this is a reasonable place to ask this question.