YAC 3.20.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_interp_method_config_param_invalid.c File Reference

Negative test: yac_interp_method_config_set_param_int with an invalid path must abort via YAC_ASSERT. More...

Include dependency graph for test_interp_method_config_param_invalid.c:

Go to the source code of this file.

Functions

static void custom_abort_handler (MPI_Comm comm, char const *msg, char const *source, int line)
 

Variables

static struct yac_interp_method_configconfig
 

Detailed Description

Negative test: yac_interp_method_config_set_param_int with an invalid path must abort via YAC_ASSERT.

This test is expected to fail (exit non-zero / abort).

Definition in file test_interp_method_config_param_invalid.c.

Function Documentation

◆ custom_abort_handler()

static void custom_abort_handler ( MPI_Comm comm,
char const * msg,
char const * source,
int line )
static

Definition at line 19 of file test_interp_method_config_param_invalid.c.

Here is the call graph for this function:

Variable Documentation

◆ config

struct yac_interp_method_config* config
static

Definition at line 17 of file test_interp_method_config_param_invalid.c.