Re: [OMPI users] Segmentation faults

2011-03-17 Thread Jeff Squyres
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

[OMPI users] Segmentation faults

2011-03-08 Thread arep isa
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

Re: [OMPI users] segmentation faults

2007-08-14 Thread Adams, Samuel D Contr AFRL/HEDR
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

Re: [OMPI users] segmentation faults

2007-08-13 Thread Jeff Squyres
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,

[OMPI users] segmentation faults

2007-08-13 Thread Adams, Samuel D Contr AFRL/HEDR
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