ATLAS
ATLAS (Automatically Tuned Linear Algebra Software) is an ongoing research effort on applying empirical techniques in order to provide performance. At present it provides C and Fortran 77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK.
Installed on BigBen.
BigBen
Prepare a batch script containing commands to do the following:
- Load the atlas module
module load atlas
- Compile with a command like:
ftn -o prog -I$ATLAS_DIR/include prog.f -L$ATLAS_DIR/lib
- Run the executable with a pbsyod command.
Submit the batch job with a qsub command.
See also:
- The ATLAS home page.