hello,
i'm trying to solve a simple linear system A x = b using 'pdgesv', A is a general 160 by 160 real-valued square and non-singular matrix consisting of non-negative elements, b is a 160 by 1 column vector whose elements are all ones. So as far as whether the system has a solution - it does and the solution is unique. The number of processors is 64 which are used to form an 8 by 8 grid so the matrix is distributed over the grid in blocks of size 20 by 20. the problem is that the call to pdgesv never finishes, not even in 30mins. looks like there is an infinite loop or something inside pdgesv. any clues?
MPICH info: /1.2.7..15/mx-gnu4
linker settings: -lscalapack -lblacs -lblacsCinit -lblacsF77init -lblacs -lgotop -lxerblac -lgfortran -lgfortranbegin
thanks

