getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] getfem++ / Python interface


From: Yves Renard
Subject: Re: [Getfem-users] getfem++ / Python interface
Date: Thu, 6 Oct 2011 13:56:57 +0200
User-agent: KMail/1.13.5 (Linux/2.6.32-34-server; KDE/4.4.5; x86_64; ; )

Dear Cory,

It seems that you compiled with the mumps option. Try to compile without 
linking with mumps (configure --enable-mumps=no).

Yves.


On dimanche 2 octobre 2011, Cory Ahrens wrote:
> Hello,
> 
> I'm trying to install the Python / Getfem++ user interface. When I start
> python and try
> 
> "import getfem"
> 
> I get the error
> 
> mportError                               Traceback (most recent call last)
> /home/cory/<ipython-input-1-80a50378ab68> in <module>()
> ----> 1 import getfem
> 
> /usr/local/lib/python2.7/dist-packages/getfem/__init__.py in <module>()
>      24 """
>      25
> ---> 26 from getfem import *
> 
> /usr/local/lib/python2.7/dist-packages/getfem/getfem.py in <module>()
>      38 from numpy import *
>      39
> ---> 40 from _getfem import *
>      41 obj_count = {}
>      42 getfem('workspace', 'clear all')
> 
> ImportError: /usr/local/lib/python2.7/dist-packages/getfem/_getfem.so:
> undefined symbol: zmumps_c
> 
> I have mumps installed. Any suggestions? Thanks
> 
> --Cory


-- 

  Yves Renard (address@hidden)       tel : (33) 04.72.43.87.08
  Pole de Mathematiques, INSA-Lyon             fax : (33) 04.72.43.85.29
  20, rue Albert Einstein
  69621 Villeurbanne Cedex, FRANCE
  http://math.univ-lyon1.fr/~renard

---------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]