All, Between the Gung Ho conference and this evening, I’ve managed to change something enough so that I can’t get the firedrake demos to work. Then, I finally just imported firedrake at the python command prompt and that didn’t work either. Any ideas? Thanks! Beth Wingate b.wingate@exeter.ac.uk<mailto:b.wingate@exeter.ac.uk> The world is but a canvas to the imagination - Thoreau [firedrake] (Windowsill)> python Python 2.7.10 (default, Sep 23 2015, 04:34:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin Type "help", "copyright", "credits" or "license" for more information.
from firedrake import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/wingate/firedrake/lib/python2.7/site-packages/firedrake/__init__.py", line 3, in <module> import firedrake.petsc as petsc File "/Users/wingate/firedrake/lib/python2.7/site-packages/firedrake/petsc.py", line 5, in <module> petsc4py.init(sys.argv) File "/Users/wingate/firedrake/lib/python2.7/site-packages/petsc4py/__init__.py", line 42, in init PETSc = petsc4py.lib.ImportPETSc(arch) File "/Users/wingate/firedrake/lib/python2.7/site-packages/petsc4py/lib/__init__.py", line 29, in ImportPETSc return Import('petsc4py', 'PETSc', path, arch) File "/Users/wingate/firedrake/lib/python2.7/site-packages/petsc4py/lib/__init__.py", line 64, in Import module = imp.load_module(fullname, fo, fn, stuff) ImportError: dlopen(/Users/wingate/firedrake/lib/python2.7/site-packages/petsc4py/lib/PETSc.so, 2): Library not loaded: /opt/local/lib/libhwloc.5.dylib Referenced from: /Users/wingate/firedrake/lib/python2.7/site-packages/petsc/lib/libpetsc.3.06.2.dylib Reason: image not found
On 15 Nov 2015, at 18:59, Wingate, Beth <B.Wingate@exeter.ac.uk> wrote:
All,
Between the Gung Ho conference and this evening, I’ve managed to change something enough so that I can’t get the firedrake demos to work. Then, I finally just imported firedrake at the python command prompt and that didn’t work either.
Any ideas?
Does this file: /opt/local/lib/libhwloc.5.dylib still exist on your system? Plausibly it does not and PETSc, which when it was built was linked against it, cannot find it anymore. Lawrence
Right. I removed macports and will now have to reinstall firedrake. Thanks! On 15 Nov 2015 8:03 p.m., Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk> wrote:
On 15 Nov 2015, at 18:59, Wingate, Beth <B.Wingate@exeter.ac.uk> wrote:
All,
Between the Gung Ho conference and this evening, I’ve managed to change something enough so that I can’t get the firedrake demos to work. Then, I finally just imported firedrake at the python command prompt and that didn’t work either.
Any ideas?
Does this file: /opt/local/lib/libhwloc.5.dylib still exist on your system? Plausibly it does not and PETSc, which when it was built was linked against it, cannot find it anymore. Lawrence
participants (2)
- 
                
                Lawrence Mitchell
- 
                
                Wingate, Beth