Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Matrix Addition in MKL

reetambiswas
Beginner
968 Views
Hi, I am new to MKL libraries and fortran. I want to perform large Matrix Addition in linux cluster. I dont know which function can help me with it and how to run that in linux cluster i.e. what all different flags I should give to make it functioning.

Thanks in advance.
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
968 Views
let's trymkl_?omatadd routine which performs scaling and sum of two matrices. this routine works for SMP systems. the example of this routine you can find intodomatadd.c "MKL_ROOT\examples\transc\source" directory.
0 Kudos
Reply