This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

dolfin problem with Mac 10.9.5

0 votes

Hi all,

I used to use FEniCS1.2 on mac 10.7. Now i just updated to the OS 10.9.5, but i met a problem when i load in the library dolfin using the binary file.

When i source FEniCS1.3, then i did the following in the terminal:

python
>>> from dolfin import *

Then it just hangs there like forever.

Then i turned to FEniCS1.5 for another try, i did the following

python
>>>from dolfin import *
>>>mesh=UnitSquareMesh(4,4)

This time loading in the library is fine, but it again hangs like forever when trying to generate the mesh.

Did anyone know what caused this problem and how to fixed it? Any help is really appreciated.

--jying

closed with the note: Please send this question to the fenics-support mailing list: http://fenicsproject.org/mailman/listinfo/fenics-support
asked Jan 27, 2015 by jying FEniCS User (2,020 points)
closed Jan 27, 2015 by johannr
...