#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"
Functions | |
void | cs_system_info (void) |
Print available system information. | |
void | cs_system_info_no_log (void) |
Print available system information, without additional logging. |
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 |