#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_blas.h"
#include "cs_log.h"
#include "cs_partition.h"
#include "cs_sles_hypre.h"
#include "cs_ext_library_info.h"
Functions | |
void | cs_sles_petsc_library_info (cs_log_t log_type) |
Print information on PETSc library. More... | |
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 |
void cs_sles_petsc_library_info | ( | cs_log_t | log_type | ) |
Print information on PETSc library.
[in] | log_type | log type |