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?
|