#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <mpi.h>
#include <yaxt.h>
#include "tests.h"
#include "yac.h"
Go to the source code of this file.
|
| #define | YAC_RAD (0.01745329251994329576923690768489) |
| |
- Test
- This example tests query interface routines.
Definition in file test_query_routines_c.c.
◆ YAC_RAD
| #define YAC_RAD (0.01745329251994329576923690768489) |
◆ yac_cdefault_instance_defined_c2py()
| void yac_cdefault_instance_defined_c2py |
( |
int * | is_defined | ) |
|
◆ yac_cget_comp_rank_c2py()
| void yac_cget_comp_rank_c2py |
( |
int | comp_id, |
|
|
int * | rank ) |
◆ yac_cget_comp_size_c2py()
| void yac_cget_comp_size_c2py |
( |
int | comp_id, |
|
|
int * | size ) |
◆ yac_cget_instance_rank_c2py()
| void yac_cget_instance_rank_c2py |
( |
int | yac_instance_id, |
|
|
int * | rank ) |
◆ yac_cget_instance_size_c2py()
| void yac_cget_instance_size_c2py |
( |
int | yac_instance_id, |
|
|
int * | size ) |