Skip to content

Compiling MAGMA

MAGMA is a hybrid multicore CPU + GPU implementation of a linear algebra library.[1]

Environment

Set:

CUDADIR = $CUDA_PATH

make.inc

$ cp make.inc.mkl-gcc make.inc

Modify make.inc:

GPU_TARGET ?= Kepler

References

[1] MAGMA web site