Jie,

On Thursday, January 18, 2018 at 11:17:55 AM UTC-5, Jie Cheng wrote:
>
> 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?

Best,

Bruno

-- 
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 the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to