cbcpost crashes with mysterious error message on abel

Issue #5 new
Marie Elisabeth Rognes created an issue

I've installed cbcpost from source locally on abel.uio.no, but when trying to run the Basic.py demo I get the following. Have anyone seen this before or it is a dolfin/cbcpost incompatibility?

-bash-4.1$ python Basic.py 
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Traceback (most recent call last):
  File "Basic.py", line 85, in <module>
    slicemesh = Slice(mesh, (0.7,0.5,0.5), (0.0,0.0,1.0))
  File "/usit/abel/u1/meg/local/fenics-dev/lib/python2.7/site-packages/cbcpost-1.4.0-py2.7.egg/cbcpost/utils/Slice.py", line 104, in __init__
    dist = distribution(index)
  File "/usit/abel/u1/meg/local/fenics-dev/lib/python2.7/site-packages/cbcpost-1.4.0-py2.7.egg/cbcpost/utils/mpi_utils.py", line 98, in distribution
    return cpp_module.distribution(mpi_comm_world(), number)
  File "/usit/abel/u1/meg/.instant/fenics-dev-2014.10.21/dolfin_compile_code_5deaf23fd7d182fc3383bde462fb3f14aaaa08dd/dolfin_compile_code_5deaf23fd7d182fc3383bde462fb3f14aaaa08dd.py", line 104, in distribution
    return _dolfin_compile_code_5deaf23fd7d182fc3383bde462fb3f14aaaa08dd.distribution(*args)

Comments (2)

  1. Log in to comment