Hi,

I see the following messages when writing a Exodus file.
It happens in the 470th step, the previous ones run fine.
I write two files after every step (two meshes).
Does it look like a syncronization issue?

----
(_g_step_results:470)
Error opening ExodusII mesh file: test-M1000-F0-L45-H60-R5.e.g_step.dfn.e
[3] src/mesh/exodusII_io_helper.C, line 362, compiled May 18 2019 at
21:31:00
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 3
-----

This is what happens around line 362 of exodusII_io_helper.C:
 355   ex_id = exII::ex_open(filename,
 356                         read_only ? EX_READ : EX_WRITE,
 357                         &comp_ws,
 358                         &io_ws,
 359                         &ex_version);
 360
 361   std::string err_msg = std::string("Error opening ExodusII mesh file:
") + std::string(filename);
 362   EX_CHECK_ERR(ex_id, err_msg);
 363   if (verbose) libMesh::out << "File opened successfully." <<
std::endl;
 364

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to