#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_partition.h"
#include "cs_ext_library_info.h"
Functions | |
void | cs_ext_library_info (void) |
Print available system information. More... | |
void | cs_ext_library_info_no_log (void) |
Print available system information, without additional logging. More... | |
void cs_ext_library_info | ( | void | ) |
Print available system information.
Print available external library information.
[in] | comm | associated MPI communicator |
void cs_ext_library_info_no_log | ( | void | ) |
Print available system information, without additional logging.
Print available library information, without additional logging.
[in] | comm | associated MPI communicator |