[cc-ing to [email protected]] On Sat, 2 Aug 2014 00:09:10 +0400 Kat M <[email protected]> wrote:
> Jes, it's working! Thank you for help. Great! Jan > > > 2014-08-01 17:39 GMT+04:00 Jan Blechta <[email protected]>: > > > On Sun, 27 Jul 2014 19:40:38 +0400 > > Kat M <[email protected]> wrote: > > > > > I have this error with all of the examples of demo-files. There > > > is a text of error of Poisson.py: > > > > > > Running: /home/kat/Fenics/demo/documented/poisson/python/demo_poisson.py > > > (Sun Jul 27 19:03:06 2014) > > > > > > > > > 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/kat/.instant/error/ffc_form_91664149f2882d60bf1907194a3e878266b41577/compile.log' > > > > > > > > > Traceback (most recent call last): > > > > > > File > > > "/home/kat/Fenics/demo/documented/poisson/python/demo_poisson.py", > > > line 41, in <module> > > > > > > > > > V = FunctionSpace(mesh, "Lagrange", 1) > > > > > > File > > > "/usr/lib/python2.7/dist-packages/dolfin/functions/functionspace.py", > > > line 468, in __init__ > > > > > > FunctionSpaceBase.__init__(self, mesh, element, > > > constrained_domain) > > > > > > File > > > "/usr/lib/python2.7/dist-packages/dolfin/functions/functionspace.py", > > > line 153, in __init__ > > > > > > ufc_element, ufc_dofmap = jit(self._ufl_element) > > > > > > File > > > "/usr/lib/python2.7/dist-packages/dolfin/compilemodules/jit.py", > > > line 62, in mpi_jit > > > > > > return local_jit(*args, **kwargs) > > > > > > File > > > "/usr/lib/python2.7/dist-packages/dolfin/compilemodules/jit.py", > > > line 126, in jit > > > > > > return jit_compile(form, parameters=p) > > > > > > File "/usr/local/lib/python2.7/dist-packages/ffc/jitcompiler.py", > > > line 75, in jit > > > > > > return jit_element(ufl_object, parameters) > > > > > > File "/usr/local/lib/python2.7/dist-packages/ffc/jitcompiler.py", > > > line 186, 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 155, in jit_form > > > > > > cache_dir = cache_dir) > > > > > > File > > > "/usr/local/lib/python2.7/dist-packages/ffc/backends/ufc/build.py", > > > line 73, in build_ufc_module > > > > > > **kwargs) > > > > > > File "/usr/local/lib/python2.7/dist-packages/instant/build.py", > > > line 559, in build_module > > > > > > recompile(modulename, module_path, new_compilation_checksum, > > > build_system) > > > > > > File "/usr/local/lib/python2.7/dist-packages/instant/build.py", > > > line 165, in recompile > > > > > > instant_error(msg % (cmd, compile_log_filename_dest)) > > > > > > File "/usr/local/lib/python2.7/dist-packages/instant/output.py", > > > line 81, in instant_error > > > > > > raise RuntimeError(text) > > > > > > RuntimeError: In instant.recompile: The module did not compile > > > with command 'make VERBOSE=1', see > > > > > '/home/kat/.instant/error/ffc_form_91664149f2882d60bf1907194a3e878266b41577/compile.log' > > > > This seems like a mismatch in versions of FEniCS components. > > > > > > > > > > > And the text of compile.log in attach. > > > I found that this error was in a 13.04 Ubuntu, but these solvings > > > of the problem aren't work on my version (14.04). If there are > > > not any solutions could it help if I make downgrate to 13.04 > > > version? I have Fenics 1.4.0, Python 2.7.6, notebook Lenovo Y470. > > > > Have you been upgrading Ubuntu version? You could try purging all > > the FEniCS and installing again: > > > > sudo apt-get purge fenics > > sudo ppa-purge ppa:fenics-packages/fenics > > sudo add-apt-repository ppa:fenics-packages/fenics > > sudo apt-get update > > sudo apt-get install fenics > > sudo apt-get dist-upgrade > > > > Jan > > > > > > > > Thank you for reading and attention, Kate. > > > > _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
