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

Can I use SCALAPACK library on the single machine (Xeon)?

Dan_Ghiocel
Beginner
242 Views

Hi, All Experts,

      I'm wondering if I can use ScaLapack library on a single machine, since Scalapack is for distributed arch. If it is possible, would you please tell me how to set up the running environment?

     Thanks a lot.

     Dan

 

 

0 Kudos
2 Replies
Ying_H_Intel
Employee
242 Views

Hi Dan, 

Yes, you can run scalapack on one singe machine as scalapack is based on MPI, which allow run on single machines or multiple machine. 

If you have installed Intel parallel Studio Cluster edition and MPI (intel MPI or other open source MPI), 

Here is one c scalapack sample and step by step environment setting for your reference  

https://software.intel.com/en-us/articles/using-cluster-mkl-pblasscalapack-fortran-routine-in-your-c-program/

and you can refer to MKL userguide for further information. 

Best Regards,

Ying H.

Intel MKL Consulting 

 

0 Kudos
Dan_Ghiocel
Beginner
242 Views

Thanks for your help. I'm going to try.

Dan

0 Kudos
Reply