Skip to content
Snippets Groups Projects
Commit 41a997bb authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Group declaration with first use.

parent dc5acb1b
No related branches found
No related tags found
No related merge requests found
......@@ -69,12 +69,6 @@
* methods to be used with Xt_xmap
*/
enum xt_reorder_type {
XT_REORDER_NONE, //!< no reordering
XT_REORDER_SEND_UP, //!< optimise data access on sender side
XT_REORDER_RECV_UP, //!< optimise data access on receiver side
};
typedef struct Xt_xmap_iter_ *Xt_xmap_iter;
/**
......@@ -242,6 +236,12 @@ int xt_xmap_get_max_src_pos(Xt_xmap xmap);
*/
int xt_xmap_get_max_dst_pos(Xt_xmap xmap);
enum xt_reorder_type {
XT_REORDER_NONE, //!< no reordering
XT_REORDER_SEND_UP, //!< optimise data access on sender side
XT_REORDER_RECV_UP, //!< optimise data access on receiver side
};
/**
* reorder positions
* @param[in] xmap exchange map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment