FEniCS.jl
FEniCS.jl copied to clipboard
Build issues
https://github.com/conda-forge/fenics-feedstock/issues/46#issuecomment-312894505
@ChrisRackauckas I just built it via the conda-forge and it seems to work, so shall we close this issue?
Let me give it another go.
Well, that's fixed but now on this computer I get:
[0]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range
[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
[0]PETSC ERROR: or see http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind
[0]PETSC ERROR: or try http://valgrind.org on GNU/linux and Apple Mac OS X to find memory corruption errors
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
[0]PETSC ERROR: to get more information on the crash.
application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=59
:
system msg for write_line failure : Bad file descriptor
when doing
using FEniCS
using PyCall
@pyimport fenics
test_triangle = UnitTriangleMesh()
Guess I'll keep abusing Travis as my computer haha.
from dolfin import *
mesh = UnitTriangleMesh()
that works from Python. pyUnitTriangleMesh() fails in the same way.