Hi, I am trying to get DOLFIN with HDF5 support working on the SciNet cluster [1]. The following script works fine in serial, but hangs on the last line when running in parallel:
from dolfin import * mesh = UnitSquareMesh(4, 4) mesh_file = HDF5File(mesh.mpi_comm(), "mesh.h5", "w") mesh_file.write(mesh, "/my_mesh") I am using DOLFIN 1.4 and HDF5 1.8.10, both built using Dorsal, and GCC 4.6.1 and OpenMPI 1.4.4 loaded as modules. Does anyone have any idea what could be wrong or any suggestions for what I should do? [1] https://support.scinet.utoronto.ca/wiki Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
