#include "base/cs_defs.h"#include <iostream>#include <string>#include <assert.h>#include <string.h>#include <time.h>#include <stdio.h>#include "bft/bft_printf.h"#include "base/cs_log.h"#include "base/cs_system_info.h"
Include dependency graph for cs_system_info.cxx:Functions | |
| void | cs_system_info (void) |
| Print available system information. More... | |
| void | cs_system_info_no_log (void) |
| Print available system information, without additional logging. More... | |
| void cs_system_info | ( | void | ) |
Print available system information.
| [in] | comm | associated MPI communicator |
| void cs_system_info_no_log | ( | void | ) |
Print available system information, without additional logging.
| [in] | comm | associated MPI communicator |