Sorry for the delay in replying.
You might want to run your code through a debugger, particularly a
memory-checking debugger. Your stack trace shows that it's segv'ing in main(),
so it might not be that difficult to find.
On Mar 8, 2011, at 12:48 AM, arep isa wrote:
> Hi,
> I need to use Ope
Hi,
I need to use Open MPI to distribute 2d-array in the PGM file among 10
working computers. Then I need to manipulate each value of the array
to get a negative image (255-i) and then print the output back. I'm
thinking of using mpi_scatterv and mpi_gatherv to distribute the data.
After i compile
ilto:users-boun...@open-mpi.org] On
Behalf Of Jeff Squyres
Sent: Monday, August 13, 2007 4:13 PM
To: Open MPI Users
Subject: Re: [OMPI users] segmentation faults
It *looks* like a run-of-the-mill memory-badness kind of error, but
it's impossible to say without more information.
Are you a
It *looks* like a run-of-the-mill memory-badness kind of error, but
it's impossible to say without more information.
Are you able to run this through valgrind or some other memory-
checking debugger? It looks like the single process case may be the
simplest to check...?
On Aug 13, 2007,
I tried to run a code that I have running for a while now this morning,
but for some reason it is causing segmentation faults. I can't really
think of anything that I have done recently that would be causing these
errors. Does anyone have any idea?
I get this running it on more than one processo