My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <string.h>
#include <time.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"
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 |