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