YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_multithreading.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <mpi.h>
#include "yac.h"
Include dependency graph for test_multithreading.c:

Go to the source code of this file.

Variables

int comp_id
 
int grid_id
 
int point_id
 
int field_id1
 
int field_id2
 
int interp_stack_id
 

Detailed Description

Test
This example tests multithreading with YAC.

Definition in file test_multithreading.c.

Variable Documentation

◆ comp_id

int comp_id

Definition at line 18 of file test_multithreading.c.

◆ field_id1

int field_id1

Definition at line 18 of file test_multithreading.c.

◆ field_id2

int field_id2

Definition at line 18 of file test_multithreading.c.

◆ grid_id

int grid_id

Definition at line 18 of file test_multithreading.c.

◆ interp_stack_id

int interp_stack_id

Definition at line 18 of file test_multithreading.c.

◆ point_id

int point_id

Definition at line 18 of file test_multithreading.c.