On 01/09/10 15:32, Harish Narayanan wrote: > On 9/1/10 7:49 PM, Garth N. Wells wrote: >> Try again now. > > No, it doesn't work. Petsc/Slepc is still not found during > configuration, and linking fails with the same metis errors: >
Linking of what? PETSc test or DOLFIN? Is the metis library present in the linker line for DOLFIN? Take a look in CMakeError.log to see what the PETSc problem is. I'll add a short test program for ParMETIS. Garth > Undefined symbols: > "_METIS_mCPartGraphRecursive2", referenced from: > _ParMETIS_V3_PartKway in libparmetis.a(kmetis.o) > _PartitionSmallGraph__ in libparmetis.a(weird.o) > _Mc_InitPartition_RB__ in libparmetis.a(initpart.o) > _Mc_InitPartition_RB__ in libparmetis.a(initpart.o) > _Balance_Partition__ in libparmetis.a(initbalance.o) > _Balance_Partition__ in libparmetis.a(initbalance.o) > > > Harish _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

