I am able to run plasma_zgeqrf with a matrix that is 73728x1800 (1.977539 GB), but when I run a matrix that is 73728x1825 (2.005005 GB) it fails because it cannot allocate the memory. I am calling the routine from Fortran.
PLASMA ERROR: plasma_desc_mat_alloc(): malloc() failed
PLASMA ERROR: PLASMA_zgeqrf(): plasma_shared_alloc() failed
QRF INFO= -106
We have 132 GB of memory on the system and no one else is on it at the moment so there is plenty of memory free. There is likely something defined as an int when it should be something larger?
