On Tue, 18 Feb 2014 18:43:25 +0900 Hideki Oka <[email protected]> wrote:
> Dear Ring, > > I installed command line tools. > Demo runs successfully and gets output figure. > 10.7 is also the same. > Thank you for your help. > Just comment, following is all right ? > FErari not installed, skipping tensor optimisations This is OK. FErari is not maintained any more and suffers from some serious numeric issues. Jan > > Best regards, > > Oka > > > 2014-02-18 18:13 GMT+09:00 Johannes Ring <[email protected]>: > > > On Tue, Feb 18, 2014 at 10:08 AM, Hideki Oka <[email protected]> > > wrote: > > > Dear Ringa and Maurini, > > > > > > I tried as you said. > > > FEniCS was removed. > > > I installed Xcode5. > > > > It is not enough to install Xcode. You must also install the Xcode > > command line tools as mentioned by Corrado and as noted in the > > requirements on the download page: > > > > http://fenicsproject.org/download/osx_details.html#requirements > > > > Johannes > > > > > Other demos also fails. > > > OS X 10.7 machine shows the same error. > > > hyperelasticity.py generates an attached .h file. > > > > > > Best regards, > > > > > > Oka > > > > > > > > > > > > > > > > > > 2014-02-18 17:39 GMT+09:00 Johannes Ring <[email protected]>: > > > > > >> The compile.log suggest that something is wrong with your CMake > > >> installation. Does any of the other DOLFIN Python demos work? > > >> Maybe the FEniCS installation is corrupt? You can try to remove > > >> the FEniCS app completely and then do a reinstall. Maybe that > > >> will help. > > >> > > >> Johannes > > >> > > >> On Tue, Feb 18, 2014 at 9:05 AM, Hideki Oka <[email protected]> > > >> wrote: > > >> > Dear Ring, > > >> > > > >> > I will attach the file. > > >> > > > >> > Best regards, > > >> > > > >> > Oka > > >> > > > >> > > > >> > > > >> > > > >> > 2014-02-18 16:38 GMT+09:00 Johannes Ring <[email protected]>: > > >> > > > >> >> You should attach this file: > > >> >> > > >> >> > > >> >> > > >> >> > > /Users/okahideki/.instant/error/ffc_form_6836ddfe1735577fce5561ffb67ecdd2b54bff78/compile.log > > >> >> > > >> >> Johannes > > >> >> > > >> >> On Tue, Feb 18, 2014 at 8:23 AM, Hideki Oka <[email protected]> > > wrote: > > >> >> > Dear Jan Blechta, > > >> >> > > > >> >> > I will attach an error file. > > >> >> > My Mac is a new machine, > > >> >> > > > >> >> > Best regards, > > >> >> > > > >> >> > Oka > > >> >> > > > >> >> > > > >> >> > > > >> >> > 2014-02-17 16:18 GMT+09:00 Jan Blechta > > >> >> > <[email protected] > > >: > > >> >> > > > >> >> >> On Sat, 15 Feb 2014 15:09:04 +0900 > > >> >> >> Hideki Oka <[email protected]> wrote: > > >> >> >> > > >> >> >> > Dear FEniCS support, > > >> >> >> > > > >> >> >> > I installed FEniCS 1.3 OS X 10.8 binary and compile > > >> >> >> > demo_hyperelasticity.py by python, but it causes > > >> >> >> > following > > error. > > >> >> >> > What is this error and how can I solve this error ? > > >> >> >> > > > >> >> >> > okahideki@OkaHidekis-MacBook-Pro:python$ python > > >> >> >> > demo_hyperelasticity.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/okahideki/.instant/error/a12e9a93910bb213a77c46af575ef82fae0dcb49/compile.log' > > >> >> >> > > >> >> >> Please, attach this file. > > >> >> >> > > >> >> >> Jan > > >> >> >> > > >> >> >> > Traceback (most recent call last): > > >> >> >> > File "demo_hyperelasticity.py", line 40, in <module> > > >> >> >> > V = VectorFunctionSpace(mesh, "Lagrange", 1) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/functions/functionspace.py", > > >> >> >> > line 544, in __init__ > > >> >> >> > FunctionSpaceBase.__init__(self, mesh, element, > > >> >> >> > constrained_domain=constrained_domain) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/functions/functionspace.py", > > >> >> >> > line 84, in __init__ > > >> >> >> > ufc_element, ufc_dofmap = jit(self._ufl_element) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/jit.py", > > >> >> >> > line 66, in mpi_jit > > >> >> >> > return local_jit(*args, **kwargs) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/compilemodules/jit.py", > > >> >> >> > line 154, in jit > > >> >> >> > return jit_compile(form, parameters=p, > > >> >> >> > common_cell=common_cell) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/ffc/jitcompiler.py", > > >> >> >> > line 75, in jit > > >> >> >> > return jit_element(ufl_object, parameters) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/ffc/jitcompiler.py", > > >> >> >> > line 244, in jit_element > > >> >> >> > compiled_form, module, form_data, prefix = > > >> >> >> > jit_form(form, parameters) File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/ffc/jitcompiler.py", > > >> >> >> > line 212, in jit_form > > >> >> >> > cache_dir = cache_dir) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/ufc_utils/build.py", > > >> >> >> > line 64, in build_ufc_module > > >> >> >> > **kwargs) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py", > > >> >> >> > line 541, in build_module > > >> >> >> > recompile(modulename, module_path, > > >> >> >> > new_compilation_checksum, build_system) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/build.py", > > >> >> >> > line 137, in recompile > > >> >> >> > instant_error(msg % (cmd, compile_log_filename_dest)) > > >> >> >> > File > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/instant/output.py", > > >> >> >> > line 49, in instant_error > > >> >> >> > raise RuntimeError(text) > > >> >> >> > RuntimeError: In instant.recompile: The module did not > > >> >> >> > compile with > > >> >> >> > command 'cmake -DDEBUG=TRUE . ', see > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > '/Users/okahideki/.instant/error/a12e9a93910bb213a77c46af575ef82fae0dcb49/compile.log' > > >> >> >> > > > >> >> >> > Best regards, > > >> >> >> > > > >> >> >> > Oka > > >> >> >> > > >> >> > > > >> >> > > > >> >> > _______________________________________________ > > >> >> > fenics-support mailing list > > >> >> > [email protected] > > >> >> > http://fenicsproject.org/mailman/listinfo/fenics-support > > >> >> > > > >> > > > >> > > > > > > > > > _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
