|
YAC 3.18.0
Yet Another Coupler
|
#include "couple_config_internal.h"#include "yac_assert.h"#include "yac_mpi_common.h"#include "utils_common.h"#include <limits.h>#include <string.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| void | yac_couple_config_sync_string (char const *string_name, char **string, MPI_Comm comm) |
| void | yac_couple_config_sync_flag_value (char const *flag_value_name, enum yac_couple_config_flag_value *flag, MPI_Comm comm) |
| void yac_couple_config_sync_flag_value | ( | char const * | flag_value_name, |
| enum yac_couple_config_flag_value * | flag, | ||
| MPI_Comm | comm ) |
Synchronize a flag value across ranks.
| [in] | flag_value_name | Name of the flag (for error messages). |
| [in,out] | flag | Pointer to the flag to synchronize. |
| [in] | comm | MPI communicator. |
Definition at line 58 of file couple_config_internal.c.

| void yac_couple_config_sync_string | ( | char const * | string_name, |
| char ** | string, | ||
| MPI_Comm | comm ) |
Synchronize a string value across ranks.
| [in] | string_name | Name of the string (for error messages). |
| [in,out] | string | Pointer to the string to synchronize. |
| [in] | comm | MPI communicator. |
Definition at line 16 of file couple_config_internal.c.
