SuperLU_DIST
4.0
superlu_dist on CPU and GPU clusters
|
Scatter the computed blocks into LU destination. More...
Typedefs | |
typedef struct pair | pair |
Functions | |
int_t | get_min (int_t *sums, int_t nprocs) |
int | compare_pair (const void *a, const void *b) |
int_t | static_partition (pair *work_load, int_t nwl, int_t *partition, int_t ldp, int_t *sums, int_t *counts, int nprocs) |
Scatter the computed blocks into LU destination.
– Distributed SuperLU routine (version 4.0) – Lawrence Berkeley National Lab, Univ. of California Berkeley. October 1, 2014
int compare_pair | ( | const void * | a, |
const void * | b | ||
) |