20 MPI_Comm comm,
char const * msg,
char const * source,
int line) {
42#ifndef YAC_CODE_COVERAGE_TEST
49 PUT_ERR(
"should be unreachable");
void yac_interp_method_config_set_param_int(struct yac_interp_method_config *config, char const *path, int value)
struct yac_interp_method_config * yac_interp_method_config_default_from_name_new(char const *method_name)
void yac_interp_method_config_delete(struct yac_interp_method_config *config)
Defines the interface for interpolation method configuration "base class" in YAC.
static struct yac_interp_method_config * config
static void custom_abort_handler(MPI_Comm comm, char const *msg, char const *source, int line)
void(* yac_abort_func)(MPI_Comm comm, const char *msg, const char *source, int line) __attribute__((noreturn))
void yac_set_abort_handler(yac_abort_func custom_abort)