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

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

Ye_C_1
Beginner
310 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
310 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