I "successfully" compiled PETSc without using any
information from your webpage (3rd-party/petsc.php3)
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.
Any thoughts as to what might be the problem?
Thanks
-jer
Info: Redhat 8, GCC 3.2, Lam-MPI 6.5.8, Petsc 2.1.3,
Overture v19, A++P++ 0.7.9d, Glibc 2.3.2, HDF 4.1r5
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
|