Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

Are there functions to calculate the local indexes of block-cyclic distribution?

Ye_C_1
Beginner
582 Views

I want to transfer a global index m to local indexes (p,b,i) and vice versa.

Are there functions to do the calculations, m -> (p,b,i) and (p,b,i) -> m, in scalapack?

 

0 Kudos
1 Reply
Zhen_Z_Intel
Employee
582 Views

Hi Ye,

You could use auxiliary function p?lacp3 in ScaLAPACK. This function could copy global parallel array into local arrays. Learn more information please visit https://software.intel.com/en-us/node/521586

Best regards,

0 Kudos
Reply