Yet Another eXchange Tool 0.11.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
Xt_config_ Struct Reference

#include <xt_config_internal.h>

Collaboration diagram for Xt_config_:

Public Attributes

Xt_exchanger_new exchanger_new
 
const struct Xt_sort_algo_funcptrsort_funcs
 
const struct Xt_xmdd_bucket_gen_xmdd_bucket_gen
 
void * exchanger_team_share
 
int idxv_cnv_size
 
uint32_t flags
 

Detailed Description

Examples
test_exchanger_parallel.c, test_redist_collection.c, test_redist_collection_parallel.c, test_redist_collection_static.c, test_redist_collection_static_parallel.c, test_redist_common.c, test_redist_p2p.c, test_redist_p2p_parallel.c, test_redist_repeat.c, test_redist_repeat_parallel.c, test_redist_single_array_base.c, and test_redist_single_array_base_parallel.c.

Definition at line 87 of file xt_config_internal.h.

Member Data Documentation

◆ exchanger_new

Xt_exchanger_new Xt_config_::exchanger_new

constructor to use when creating the exchanger of a redist

Definition at line 91 of file xt_config_internal.h.

◆ exchanger_team_share

void* Xt_config_::exchanger_team_share

pointer to exchanger team share data

Definition at line 101 of file xt_config_internal.h.

◆ flags

uint32_t Xt_config_::flags

binary combination of xt_config_flags

Definition at line 109 of file xt_config_internal.h.

◆ idxv_cnv_size

int Xt_config_::idxv_cnv_size

automatically compress index lists of vector type at this size into another representation to save on computation/memory overall

Definition at line 106 of file xt_config_internal.h.

◆ sort_funcs

const struct Xt_sort_algo_funcptr* Xt_config_::sort_funcs

function pointers to implement sort algorithms

Definition at line 94 of file xt_config_internal.h.

◆ xmdd_bucket_gen

const struct Xt_xmdd_bucket_gen_* Xt_config_::xmdd_bucket_gen

description of bucket generator

Definition at line 97 of file xt_config_internal.h.


The documentation for this struct was generated from the following file: