Go to the source code of this file.
◆ anonymous enum
| Enumerator |
|---|
| xt_lib_pre_init | |
| xt_lib_initialized | |
| xt_lib_finalized | |
Definition at line 62 of file xt_init.c.
◆ xt_finalize()
| void xt_finalize |
( |
void |
| ) |
|
finalize library
Definition at line 87 of file xt_init.c.
◆ xt_finalized()
| int xt_finalized |
( |
void |
| ) |
|
- Returns
- 1 if xt_finalized has been called, zero otherwise
Definition at line 111 of file xt_init.c.
◆ xt_initialize()
| void xt_initialize |
( |
MPI_Comm |
default_comm | ) |
|
initialize library
- Parameters
-
| [in] | default_comm | communicator to use for collective aborts |
Definition at line 69 of file xt_init.c.
◆ xt_initialized()
| int xt_initialized |
( |
void |
| ) |
|
- Returns
- 1 if xt_initialize has been called, zero otherwise
Definition at line 105 of file xt_init.c.
◆ xt_lib_state
| enum { ... } xt_lib_state |