48 #if defined(linux) || defined(linux64) || \
49 defined(linuxARM7) || defined(linuxPPC64) || defined(linuxPPC64le)
53 #if defined(LINUX) && defined(__GNUC__)
73 static struct sigaction oldAction_;
80 static void sigHandler(
int);
101 void set(
const bool verbose);
108 static void* mallocNan(
size_t size);
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Set up trapping for floating point exceptions (signal FPE).
static bool mallocNanActive_
Flag to indicate mallocNan is enabled.
static void fillNan(UList< scalar > &)
Fill block of data with NaN.
void set(const bool verbose)
Activate SIGFPE signal handler when FOAM_SIGFPE is set.