Problem with FunctionSpace In instant.recompile:
Hello,
I just installed Fenics on my mac, I have the following problem when I try to run the demo
python -i demo_poisson.py
Calling FFC just-in-time (JIT) compiler, this may take some time.
In instant.recompile: The module did not compile with command 'cmake -DDEBUG=TRUE . ', see '/Users/
Traceback (most recent call last):
File "demo_poisson.py", line 41, in <module>
V = FunctionSpace(mesh, "Lagrange", 1)
File "/Applications/
FunctionSpa
File "/Applications/
ufc_element, ufc_dofmap = jit(self.
File "/Applications/
return local_jit(*args, **kwargs)
File "/Applications/
return jit_compile(form, parameters=p, common_
File "/Applications/
return jit_element(
File "/Applications/
compiled_form, module, form_data, prefix = jit_form(form, parameters)
File "/Applications/
cache_dir = cache_dir)
File "/Applications/
**kwargs)
File "/Applications/
recompile(
File "/Applications/
instant_
File "/Applications/
raise RuntimeError(text)
RuntimeError: In instant.recompile: The module did not compile with command 'cmake -DDEBUG=TRUE . ', see '/Users/
Any idea what the problem could be? Many thanks
Antoine
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- DOLFIN Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Antoine for more information if necessary.