Dear libmesh developers,
I rebuilt libmesh with --disable-default-comm-world.
Now I'm getting an error:
#1 0x00007ffff2dee53a in abort () from /lib64/libc.so.6
(gdb)
#2 0x00007ffff3b27fdd in __gnu_cxx::__verbose_terminate_handler() ()
from /lib64/libstdc++.so.6
(gdb)
#3 0x00007ffff3b25e56 in ?? () from /lib64/libstdc++.so.6
(gdb)
#4 0x00007ffff3b25ea1 in std::terminate() () from /lib64/libstdc++.so.6
(gdb)
#5 0x00007ffff3b260b9 in __cxa_throw () from /lib64/libstdc++.so.6
(gdb)
#6 0x00007fffee9dfbd9 in libMesh::on_command_line
(arg="--no-gdb-backtrace") at src/base/libmesh.C:823
823 libmesh_assert(command_line.get());
(gdb)
#7 0x00007fffee9f8e72 in libMesh::print_trace (out_stream=...) at
src/base/print_trace.C:191
191 !libMesh::on_command_line("--no-gdb-backtrace"))
(gdb)
#8 0x00007fffee9f4def in libMesh::MacroFunctions::report_error
(file=0x7ffff01f7828 "src/base/libmesh.C", line=823, date=0x7ffff01f73f6
"Dec 12 2016",
time=0x7ffff01f73ed "22:02:27") at src/base/libmesh_common.C:82
82 libMesh::print_trace();
(gdb)
#9 0x00007fffee9dfba8 in libMesh::on_command_line
(arg="--skip-partitioning") at src/base/libmesh.C:823
823 libmesh_assert(command_line.get());
(gdb)
#10 0x00007fffeedcad9c in libMesh::MeshBase::MeshBase (this=0xf786a0,
comm_in=..., d=1 '\001') at src/mesh/mesh_base.C:60
60 _skip_partitioning(libMesh::on_command_line("--skip-partitioning")),
(gdb)
#11 0x00007fffeef2de47 in libMesh::UnstructuredMesh::UnstructuredMesh
(this=0xf786a0, comm_in=..., d=1 '\001') at src/mesh/unstructured_mesh.C:56
56 MeshBase (comm_in,d)
(gdb)
#12 0x00007fffeef04d4f in libMesh::ParallelMesh::ParallelMesh
(this=0xf786a0, comm_in=..., d=1 '\001') at src/mesh/parallel_mesh.C:41
41 _next_free_unpartitioned_elem_id(this->n_processors())
(gdb)
#13 0x00007ffff5b86bba in libMesh::Mesh::Mesh (this=0xf786a0,
comm_in=..., dim=1 '\001') at
/home/mpovolot/NEMO5/NEMO/libs/libmesh/libmesh/include/libmesh/mesh.h:58
58 : DefaultMesh(comm_in,dim) {}
(gdb)
#14 0x00007ffff626be97 in BellRGF::do_init (this=0xf65050) at
Bell_RGF.cpp:80
80 _k_mesh = new libMesh::Mesh(*_k_comm);
What could be the problem?
Thank you,
Michael.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users