#include <iostream>
Include dependency graph for parstream.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
std::ostream & | pout () |
Used in place of std::cout for stream based output. |
|
Used in place of std::cout for stream based output. Replaces std::cout in most of the Chombo code. In serial this just returns std::cout. in parallel, this creates a file called pout.n where n is the procID of the given processor. Output is then directed to these files. This keeps the output from different processors from getting all jumbled up. |