On Mon, Dec 12, 2011 at 4:25 PM, zeljka <[email protected]> wrote: >> ldd libpetsc.so .. > libptscotch-5.1.so => /usr/lib/libptscotch-5.1.so (0x00007f5a2a741000) > libptscotcherr-5.1.so => /usr/lib/libptscotcherr-5.1.so .. > libscotch-5.1.so => /usr/lib/libscotch-5.1.so (0x00007f5a24bdb000) > libscotcherr-5.1.so => /usr/lib/libscotcherr-5.1.so
OK, so libpetsc.so is using the SCOTCH packages under /usr/lib witch does not work on squeeze or on Maverick. A simple solution would be to remove the libptscotch* and libscotch* packages with apt and rebuild PETSc. This is the reason I didn't see this error when building in a clean environment (no SCOTCH pacakges installed). Johannes _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

