Run with h5 file

DEar comunity,

I ve tried to run fenics in our cluster.
Our instalation was made in anaconda3

I ve tried to use .xml or .h5 to describe the geometry, it was imported from Gmsh using dolfin-convert.

the error log was:

"
In file included from /home/users/leocosta/.conda/envs/fenicsproject2/gcc/include/c++/x86_64-unknown-linux-gnu/bits/c++config.h:426:0,
from /home/users/leocosta/.conda/envs/fenicsproject2/gcc/include/c++/utility:68,
from /home/users/leocosta/.conda/envs/fenicsproject2/gcc/include/c++/algorithm:60,
from /var/tmp/pbs.154021.service1/tmpzxjw2bi9/ffc_element_1976692f3b42bd5ed8bd6c502117e048e08954bb.h:31,
from /var/tmp/pbs.154021.service1/tmpzxjw2bi9/ffc_element_1976692f3b42bd5ed8bd6c502117e048e08954bb.cpp:29:
/home/users/leocosta/.conda/envs/fenicsproject2/gcc/include/c++/x86_64-unknown-linux-gnu/bits/os_defines.h:39:22: fatal error: features.h: No such file or directory
#include <features.h>
^
compilation terminated.
"

I can run problems like demo poisson.py in tutorial. So, the instation is ok.

Our ssytem is:
cat /etc/issue
Welcome to SUSE Linux Enterprise Server 12 (x86_64) - Kernel \r (\l).

gcc --version
gcc (GCC) 4.8.5

gcc --version
gcc (SUSE Linux) 4.8.5

dolfin-version
2018.1.0

Can someone help?

Kind Regards,
Leo

I would recommend not using dolfin-convert, as it is no longer maintained. How about using meshio, see Transitioning from mesh.xml to mesh.xdmf, from dolfin-convert to meshio for a detailed instruction.