Skip to content
Commit 195b6ed6 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Improved output redirection for MPI processes

This relies on Linux/POSIX-specific functions, but it redirects the
underlying file descriptors instead of just the high-level C++ streams,
so that even output using the C stdio API are redirected. Most
importantly, this includes stack backtraces (from our StackBacktrace.h)
and any output from external libraries.
parent 7cd59f24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment