Hi,
I am running computations in parallel on large meshes, that are read from XML format :
mesh = Mesh(meshname + ".xml")
and I get the error message :
*** Warning: XML file 'meshname.xml' is very large. XML files are parsed in serial, which is not scalable. Use XMDF/HDF5 for scalable IO in parallel
Is XML a proper format for parallel computation ? Is there a way within FEniCS to change mesh format into HDF5 ?
Many thanks in advance,
Claire