SuperLU_DIST  4.0
superlu_dist on CPU and GPU clusters
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Functions
zscatter.c File Reference

Scatter the computed blocks into LU destination. More...

#include <math.h>
#include "omp.h"
#include "superlu_zdefs.h"

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)
 

Detailed Description

Scatter the computed blocks into LU destination.

– Distributed SuperLU routine (version 4.0) –
Lawrence Berkeley National Lab, Univ. of California Berkeley.
October 1, 2014

Typedef Documentation

typedef struct pair pair

Function Documentation

int compare_pair ( const void *  a,
const void *  b 
)
int_t get_min ( int_t sums,
int_t  nprocs 
)
int_t static_partition ( pair work_load,
int_t  nwl,
int_t partition,
int_t  ldp,
int_t sums,
int_t counts,
int  nprocs 
)