On Mon, Mar 3, 2014 at 11:51 AM, Илья Грузинцев <[email protected]> wrote:
> Hello,
> when running demos for example demo_auto-adaptive_poisson.py I receive the
> following error message:
>
> Calling FFC just-in-time (JIT) compiler, this may take some time.
> In instant.recompile: The module did not compile with command 'make
> VERBOSE=1', see
> '/home/ilya/.instant/error/ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c/compile.log'
> Traceback (most recent call last):
>   File "demo_auto-adaptive_poisson.py", line 27, in <module>
>     V = FunctionSpace(mesh, "Lagrange", 1)
>   File "/usr/lib/python2.7/dist-packages/dolfin/functions/functionspace.py",
> line 403, in __init__
>     FunctionSpaceBase.__init__(self, mesh, element, constrained_domain)
>   File "/usr/lib/python2.7/dist-packages/dolfin/functions/functionspace.py",
> line 84, in __init__
>     ufc_element, ufc_dofmap = jit(self._ufl_element)
>   File "/usr/lib/python2.7/dist-packages/dolfin/compilemodules/jit.py", line
> 60, in mpi_jit
>     return local_jit(*args, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/dolfin/compilemodules/jit.py", line
> 122, in jit
>     return jit_compile(form, parameters=p, common_cell=common_cell)
>   File "/usr/local/lib/python2.7/dist-packages/ffc/jitcompiler.py", line 76,
> in jit
>     return jit_element(ufl_object, parameters)
>   File "/usr/local/lib/python2.7/dist-packages/ffc/jitcompiler.py", line
> 252, in jit_element
>     compiled_form, module, form_data, prefix = jit_form(form, parameters)
>   File "/usr/local/lib/python2.7/dist-packages/ffc/jitcompiler.py", line
> 221, in jit_form
>     cache_dir = cache_dir)
>   File "/usr/lib/python2.7/dist-packages/ufc_utils/build.py", line 73, in
> build_ufc_module
>     **kwargs)
>   File "/usr/local/lib/python2.7/dist-packages/instant/build.py", line 542,
> in build_module
>     recompile(modulename, module_path, new_compilation_checksum,
> build_system)
>   File "/usr/local/lib/python2.7/dist-packages/instant/build.py", line 151,
> in recompile
>     instant_error(msg % (cmd, compile_log_filename_dest))
>   File "/usr/local/lib/python2.7/dist-packages/instant/output.py", line 57,
> in instant_error
>     raise RuntimeError(text)
> RuntimeError: In instant.recompile: The module did not compile with command
> 'make VERBOSE=1', see
> '/home/ilya/.instant/error/ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c/compile.log
>
>
> I work with FEniCS 1.3.0 in python
> Ubuntu 12.04.4 LTS
>
> I tried to change line #20 in /usr/share/ufc/UFCConfig.cmake as it described
> in
>
> https://answers.launchpad.net/fenics/+question/227822
>
> but it doesn't solve my question.
>
> Any idea what's wrong?

The compile log
(/home/ilya/.instant/error/ffc_form_fca4b6ffb2fc6e2e2de21f0bd1c9de03ea2f593c/compile.log)
should give you an idea about that. If not, send the file to us and we
can take a look.

Johannes
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to