Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I debug if -start_in_debugger does not work on my machine?

debug Machine
0
Posted

How do I debug if -start_in_debugger does not work on my machine?

0

For a uniprocessor job, just try the debugger directly, for example: gdb ex1

0

For a uniprocessor job, ex1, with MPICH using ch_p4 as the underlying communication layer, the procedure is: – Create a dummy file with the text “local 0” – – Start the debugger directly: gdb ex1 – Run with a command such as: run -p4pg dummy With MPICH using shmem as the underlying communication layer, the procedure is: – dbx ex1 – run -np 3 (other petsc options) .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123