MPI forum similar to PETSc for MPI problems?

2007-01-20 Thread David Fuentes
Hello, I had a similiar problem, I used the "sequence" statement in the type definition and it worked for me. type particle sequence real x,y,z integer number end type particle good luck, david On Sat, 20 Jan 2007, Ben Tay wrote: > Hi, > > I've encountered some MPI programming problems.

MPI forum similar to PETSc for MPI problems?

2007-01-20 Thread Ben Tay
(i,j)%x, 1, MPI_Real,1, MPI_COMM_WORLD, ierr) but it can't work. Thank you very much -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20070120/0f5a88a4/attachment.htm>

Serial Petsc .... But undefined reference to MPI_Init()?

2007-01-20 Thread #DOMINIC DENVER JOHN CHANDAR#
Hi, Thanks, As you said, I found that mpi.h was being obtained from /usr/src/mpich-1.2.5 and this call was from petsc.h ..no wonder how that came ?Anyways, I made a clean build replacing it by the mpi.h from mpiuni/mpi.h and all went fine. Regs, Dominic -Original Message- From: owner-

Serial Petsc .... But undefined reference to MPI_Init()?

2007-01-20 Thread #DOMINIC DENVER JOHN CHANDAR#
ex2] Error 1 (ignored) rm -f ex2.o Regards, Dominic -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20070120/a611562e/attachment.htm>