Supercomputing Networking Research Education Ohio Supercomputer Center Site Map Staff Directory Support
Supercomputing image

Intel MKL

Introduction

The Intel Math Kernel Library contains LAPACK, BLAS, some FFT routines, and a miscellany of other math capabilities.

Version

Version 5.1 is currently available at OSC.

Availability

Intel MKL is available on the HP Itanium-2, Altix and the Intel P4 Linux Cluster.

Usage

The Math Kernel Library is installed under the modules paradigm. To access the library, activate it with module load mkl and then link using $MKL, as in:

module load mkl
mpif90 $MKL options... executable args

Documentation

The Intel Math Kernel Library is fully documented here.