Linux

Redirecting output streams from a running process

During my phd research, I have to run a large number of numerical simulations. Those simulations are mainly written in C++ and are executed from the Linux console. When the executable is compiled using all debug macros enabled, it will spit out a lot of messages and numbers computed during the simulation. When I need …