YAC 3.21.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_instance_parallel1.c File Reference
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <mpi.h>
#include <yaxt.h>
#include "tests.h"
#include "test_common.h"
#include "instance.h"
#include "yac.h"
#include "yac_mpi.h"
#include "dist_grid_utils.h"
#include "weight_file_common.h"
#include "grid_file_common.h"
#include "config_yaml.h"
#include "interpolation/methods/interp_method_callback.h"
#include "event.h"
#include "geometry.h"
#include "fields.h"
#include "collection_selection_internal.h"
Include dependency graph for test_instance_parallel1.c:

Go to the source code of this file.

Detailed Description

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

Definition in file test_instance_parallel1.c.