20#include "common/isched.h"
27#ifndef DOXYGEN_SHOULD_SKIP_THIS
28#define STEP_INIT (1 << 0)
29#define STEP_ORDERING (1 << 1)
30#define STEP_SYMBFACT (1 << 2)
31#define STEP_ANALYSE (1 << 3)
32#define STEP_CSC2BCSC (1 << 4)
33#define STEP_BCSC2CTAB (1 << 5)
34#define STEP_NUMFACT (1 << 6)
35#define STEP_SOLVE (1 << 7)
36#define STEP_REFINE (1 << 8)
42#ifndef DOXYGEN_SHOULD_SKIP_THIS
43#define PASTIX_SCHED_FAMILY_RUNTIME ((1 << PastixSchedParsec))
44#define PASTIX_SCHED_FAMILY_PTHREAD ((1 << PastixSchedSequential) | (1 << PastixSchedStatic) | (1 << PastixSchedDynamic) | (1 << PastixSchedStarPU))
46#define isSchedRuntime( _runtime_ ) ( (1 << (_runtime_)) & PASTIX_SCHED_FAMILY_RUNTIME )
47#define isSchedPthread( _runtime_ ) ( (1 << (_runtime_)) & PASTIX_SCHED_FAMILY_PTHREAD )
48#define isSchedValid( _runtime_, _family_ ) ( (1 << (_runtime_)) & (_family_) )
54typedef struct pastix_model_s pastix_model_t;
90 const spmatrix_t *
csc;
129#ifdef WITH_SEM_BARRIER
135#ifndef DOXYGEN_SHOULD_SKIP_THIS
139#if defined(PASTIX_WITH_STARPU)
165#if defined(PASTIX_WITH_STARPU)
BEGIN_C_DECLS typedef int pastix_int_t
Structure to manage communications with distributed rhs.
Internal column block distributed CSC matrix.
spm_coeftype_t pastix_coeftype_t
Arithmetic types.
enum pastix_scheduler_e pastix_scheduler_t
Scheduler.
StarPU descriptor for the vectors linked to a given sparse matrix.
pastix_model_t * cpu_models
pastix_model_t * gpu_models
pastix_int_t * Ploc2Pglob
pastix_order_t * ordemesh
bvec_handle_comm_t * rhs_comm
pastix_coeftype_t flttype
pastix_int_t * schur_list
symbol_matrix_t * symbmtx
pastix_int_t * zeros_list
PASTIX_Comm intra_node_comm
PASTIX_Comm inter_node_comm
Main PaStiX data structure.
Main PaStiX RHS structure.
Solver column block structure.