Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
CTF_redist_noror Namespace Reference

Typedefs

typedef MPI_Request CTF_Request
 

Functions

template<int idim>
void isendrecv (int *const *pe_offset, int *const *bucket_offset, int const *rep_phase, int64_t const *counts, int64_t const *displs, CTF_Request *reqs, MPI_Comm cm, char *buffer, algstrct const *sr, int bucket_off, int pe_off, int dir)
 
template<>
void isendrecv< 0 > (int *const *pe_offset, int *const *bucket_offset, int const *rep_phase, int64_t const *counts, int64_t const *displs, CTF_Request *reqs, MPI_Comm cm, char *buffer, algstrct const *sr, int bucket_off, int pe_off, int dir)
 
void dgtog_reshuffle (int const *sym, int const *edge_len, distribution const &old_dist, distribution const &new_dist, char **ptr_tsr_data, char **ptr_tsr_new_data, algstrct const *sr, CommData ord_glb_comm)
 

Typedef Documentation

typedef MPI_Request CTF_redist_noror::CTF_Request

Definition at line 11 of file dgtog_redist.cxx.

Function Documentation

void CTF_redist_noror::dgtog_reshuffle ( int const *  sym,
int const *  edge_len,
distribution const &  old_dist,
distribution const &  new_dist,
char **  ptr_tsr_data,
char **  ptr_tsr_new_data,
algstrct const *  sr,
CommData  ord_glb_comm 
)

Definition at line 305 of file dgtog_redist.cxx.

Referenced by CTF_redist_ror_isr_any::redist_bucket_ror().

template<int idim>
void CTF_redist_noror::isendrecv ( int *const *  pe_offset,
int *const *  bucket_offset,
int const *  rep_phase,
int64_t const *  counts,
int64_t const *  displs,
CTF_Request reqs,
MPI_Comm  cm,
char *  buffer,
algstrct const *  sr,
int  bucket_off,
int  pe_off,
int  dir 
)

Definition at line 17 of file dgtog_redist.cxx.

template<>
void CTF_redist_noror::isendrecv< 0 > ( int *const *  pe_offset,
int *const *  bucket_offset,
int const *  rep_phase,
int64_t const *  counts,
int64_t const *  displs,
CTF_Request reqs,
MPI_Comm  cm,
char *  buffer,
algstrct const *  sr,
int  bucket_off,
int  pe_off,
int  dir 
)

Definition at line 42 of file dgtog_redist.cxx.