Skip to content
Snippets Groups Projects
Commit 966619e9 authored by William D. Fullmer's avatar William D. Fullmer
Browse files

Update Debugging.rst

parent 56adaf23
No related branches found
No related tags found
No related merge requests found
Pipeline #39233 passed
......@@ -10,7 +10,7 @@ Debugging is an art. Everyone has their own favorite method. Here we
offer a few tips we have found to be useful.
Compiling in debug mode (e.g., :cpp:`make DEBUG=TRUE` for gmake users;
:cpp:`cmake -DDEBUG` for cmake users) and running with
:cpp:`cmake -DCMAKE_BUILD_TYPE=Debug` for cmake users) and running with
:cpp:`amrex.fpe_trap_invalid=1` in the inputs file can be helpful.
In debug mode, many compiler debugging flags are turned on and all
:cpp:`MultiFab` s are initialized to signaling NaNs. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment