> > Breakpoint 1, main (argc=1, argv=0xbf81fae4) at mpitest.c:6
> > 6 MPI_Init(&argc, &argv);
> > (gdb) p argc
> > $1 = 1
> > (gdb) n
> > 7 MPI_Finalize();
> > (gdb) p argc
> > Cannot access memory at address 0x0
> > (gdb)
>
> That's very odd. I don't see wh
On Dec 10, 2006, at 4:14 PM, Greg Watson wrote:
(Tried to open a bug, but I don't seem to have access...)
Actually, you have an SVN account (right?), so you should be able to
login to trac (using your SVN username and password) and then open a
bug.
Environment:
Fedora Core 5 (actually
(Tried to open a bug, but I don't seem to have access...)
Environment:
Fedora Core 5 (actually I think any Linux will do)
OMPI 1.2b1 (./configure --with-devel-headers)
Symptom:
MPI_Init(&argc, &argv) corrupts the argc variable.
Repeat By:
1. Compile the following program using 'mpicc -g -o m