I found that DoFRenumbering with distributed dof_handler does not work on my mac (Mac OS X 10.13.2). My dealii is built with PETSc and Step-40 runs fine. But once I added DoFRenumbering::Cuthill_McKee(dof_handler) after dof_handler.distribute_dofs (fe), it gave me runtime error:==================================================================================== BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES= PID 65482 RUNNING AT zhangl-macpro12= EXIT CODE: 6= CLEANING UP REMAINING PROCESSES= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES===================================================================================YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Abort trap: 6 (signal 6)This typically refers to a problem with your application.Please see the FAQ page for debugging suggestions
There is not enough information for us to help you, this error message is not from deal. At this point the code has failed and this is just a cleaning operation. Have you tried running your code in a debugger?
Fatal error in MPI_Init_thread: Other MPI error, error stack:MPIR_Init_thread(474):MPID_Init(152).......: channel initialization failedMPID_Init(426).......: PMI_Get_appnum returned -1[cli_0]: write_line error; fd=6 buf=:cmd=abort exitcode=1094159:system msg for write_line failure : Bad file descriptorProcess 73295 exited with status = 15 (0x0000000f)
This says that you have a problem with MPI. Your program died before executing any code in deal. Can you run other MPI codes?
These are just warnings -- what happens if you run the executable?
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/qYSv_95ay6I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.