--------------------------------------------------------
An error occurred in line <3873> of file </home/vikramg/DFT-FE-softwares/softwareCentos/dealii-patched/dealii/source/dofs/dof_handler_policy.cc> in function
dealii::internal::DoFHandler::NumberCache dealii::internal::DoFHandler::Policy::ParallelDistributed<DoFHandlerType>::distribute_dofs() const [with DoFHandlerType = dealii::DoFHandler<3, 3>]
The violated condition was:
cell->user_flag_set() == false
Additional information:
This exception -- which is used in many places in the library -- usually indicates that some condition which the author of the code thought must be satisfied at a certain point in an algorithm, is not fulfilled. An example would be that the first part of an algorithm sorts elements of an array in ascending order, and a second part of the algorithm later encounters an element that is not larger than the previous one.
There is usually not very much you can do if you encounter such an exception since it indicates an error in deal.II, not in your own program. Try to come up with the smallest possible program that still demonstrates the error and contact the deal.II mailing lists with it to obtain help.
Stacktrace:
-----------
#0 /home/vikramg/DFT-FE-softwares/softwareCentos/dealii-patched/install_intel_17.0.1_bugfix1/lib/libdeal_II.g.so.9.0.0-pre: dealii::internal::DoFHandler::Policy::ParallelDistributed<dealii::DoFHandler<3, 3> >::distribute_dofs() const
#1 /home/vikramg/DFT-FE-softwares/softwareCentos/dealii-patched/install_intel_17.0.1_bugfix1/lib/libdeal_II.g.so.9.0.0-pre: dealii::DoFHandler<3, 3>::distribute_dofs(dealii::FiniteElement<3, 3> const&)
#2 ./minimalExampleBugReproduceNewVersionReadMesh: main
--------------------------------------------------------
Calling MPI_Abort now.
To break execution in a GDB session, execute 'break MPI_Abort' before running. You can also put the following into your ~/.gdbinit:
set breakpoint pending on
break MPI_Abort
set breakpoint pending auto