Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AMReX-Codes/amrex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5a669f4a5e5c3be953558e1ab25f6090f688f736
Choose a base ref
..
head repository: AMReX-Codes/amrex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c15ec3efd4bea3848aa173a75f1079616636f55
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 Src/Base/AMReX_BLBackTrace.cpp
4 changes: 4 additions & 0 deletions Src/Base/AMReX_BLBackTrace.cpp
Original file line number Diff line number Diff line change
@@ -24,6 +24,10 @@
#define AMREX_BACKTRACE_SUPPORTED 1
#endif

#ifdef __linux__
#include <unistd.h>
#endif

namespace amrex {

#ifdef AMREX_BACKTRACING