LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Tim Prince (n8tm_at_[hidden])
Date: 2007-03-06 07:09:23


rajesh_ju05_at_[hidden] wrote:
> Hi,
> Please any one solve my problem.
> I have a matrix multiplication program below which run on multiple machines(using linux).
> The program works fine with small size matrices(till 900), but doesn't work with large
> size matrices(>900).
> I am allocating memory dynamically.

Without checking for failure of malloc() ? How does the memory you are
attempting to allocate compare with the available address space on your
(unspecified) type of system?