YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_instance_parallel4.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <mpi.h>
#include "tests.h"
#include "test_common.h"
#include "instance.h"
#include "yac.h"
#include "yac_mpi.h"
#include "yaxt.h"
Include dependency graph for test_instance_parallel4.c:

Go to the source code of this file.

Variables

static char const * component_names [3] = {"comp_1", "comp_2", "comp_3"}
 

Detailed Description

Test
This example show how to set up a YAC instance. It uses nine processes.

Definition in file test_instance_parallel4.c.

Variable Documentation

◆ component_names

char const* component_names[3] = {"comp_1", "comp_2", "comp_3"}
static

Definition at line 25 of file test_instance_parallel4.c.