Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

Parallel execution of LAPACK routines

Evgeniy_K_1
Beginner
1,200 Views

Dear colleagues,

How do I run a SGESV routine for solving a system of linear equations in parallel mode with, e. g., shared memory? Let's assume, that we have a desktop PC with 4 cores (Windows) and we want to achieve a maximum "loading" of available processors (such that Task Manager shows a 100%).

 

 

 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,200 Views

Use the Intel Math Kernel Library (MKL) version of LAPACK. It automatically parallelizes and optimizes to best match your system.

0 Kudos
Reply