![]() |
(git:ed6f26b)
|
#include "dbm_multiply.h"
Go to the source code of this file.
Functions | |
void | dbm_library_init (void) |
Initializes the DBM library. | |
void | dbm_library_finalize (void) |
Finalizes the DBM library. | |
void | dbm_library_counter_increment (const int m, const int n, const int k) |
Add given block multiplication to stats. This routine is thread-safe. | |
void | dbm_library_print_stats (const int fortran_comm, void(*print_func)(char *, int), const int output_unit) |
Prints statistics gathered by the DBM library. | |
void dbm_library_init | ( | void | ) |
Initializes the DBM library.
Definition at line 33 of file dbm_library.c.
void dbm_library_finalize | ( | void | ) |
Finalizes the DBM library.
Definition at line 63 of file dbm_library.c.
void dbm_library_counter_increment | ( | const int | m, |
const int | n, | ||
const int | k | ||
) |
Add given block multiplication to stats. This routine is thread-safe.
Definition at line 102 of file dbm_library.c.
void dbm_library_print_stats | ( | const int | fortran_comm, |
void(*)(char *, int) | print_func, | ||
const int | output_unit | ||
) |
Prints statistics gathered by the DBM library.
Definition at line 121 of file dbm_library.c.