Including CBLAS in a project

This KB Article References: High Performance Computing

This Information is Intended for: Instructors, Researchers, Staff
Created: 01/23/2017 Last Updated: 05/15/2024

CBLAS (Basic Linear Algebra Subroutines for the C programming language) is available for use as openblas for the intel environment.  No additional environment variables need to be used in order to include headers and link to the library.  Simply load the module:

module load openblas/dynamic/0.2.18

An example environment would be:

module load intel/compiler/64/2017/17.0.0

module load intel/mkl/64/2017/0.098

module load intel/mpi/64/2017/0.098

module load openblas/dynamic/0.2.18

 

 

Article Topic