It appears that the error is a bug in that specific
C-file.
I ran a small PETSC test with different combinations
of MPI_COMM_WORLD, PETSC_COMM_WORLD, and comm and
each of them passed.
I should have tried this before sending the last
email.
sorry.
-jer
But now when I compile a code for Overture, I am
getting this error:
Overture.v19/Oges/PETScEquationSolver.C:224: invalid
conversion from `int' to `_comm*'
at this line:
ierr= MPI_Comm_size(comm, &numProcs);
comm = PETSC_COMM_WORLD;
int numProcs;
I have tried replacing comm with PETSC_COMM_WORLD and
even MPI_COMM_WORLD and each return the same error.
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
|