-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 14/07/15 11:08, Justin Chang wrote:
Actually, after running git pull in the PyOP2 directory, I ran this:
python setup.py build_ext --inplace
and got this after running 'make test' again:
cd test; py.test unit --backend=sequential Segmentation fault (core dumped) make: *** [unit_sequential] Error 139
should I have run something else?
No, this is correct. Let's check at point this is failing (I think it's failing early). Does python -c "import pyop2; pyop2.init(); print pyop2.__version__" work? Can you show also the output of the following: ldd pyop2/sparsity.so ldd /path/to/petsc4py/PETSc.so ldd /path/to/petsc/libpetsc.so ? Cheers, Lawrence -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVpOCSAAoJECOc1kQ8PEYvmzEH/1L+/xClpLIwQIyLpcHMGgaL Ol9p/5xOEbLdCotx8kWgDmTtxfoyZEnU50GIEjvB0nQYCEfpD/kILpf6FmjVpl1W vh3dlPV3Mro7P79k4nY2On+HL4mgwCNjkddS1/v44uHVgZTki6YXU7BpNaDImDL1 iCHNyrlZeAcGQhPb/suGR9Ad/ivH+cL332qzMgx411Lt236F/fOpTUlrdMOLS39C IXjwNKxYOAQ3LmRLtmF9E8B8mw/cDa5gJReEPOCKkZW2mEuAQLtyA6tW8qJdOgrs 20ZVTAJkgEyty6D3tvl5ToBy8JySAW1VB+G5t30pNnD8p6slD7EOPpGBvlXqzkE= =glNH -----END PGP SIGNATURE-----