Hi,
Using large matrix to be solve by Scalapack, I have a problem:
in Scalapack code, Mptr() function is used to do translation in matrix array.
For example PB_CInV() calls Mptr() with integers as parameters like " (i + j x matrix_size) x sizeof(type)"
For example, if i=10 000, j=10 000, matrix_size=13 000 and sizeof(type)=16 then the result is not defined in an integer of size 4 octets...
What could I do (except define integer on 8 octets....) ?
thanks for your help
john

