|
PaStiX Handbook 6.4.0
|
#include <parsec.h>#include <parsec/data_distribution.h>Go to the source code of this file.
Data Structures | |
| struct | parsec_sparse_matrix_desc_s |
| PaRSEC descriptor stucture for the sparse matrix. More... | |
Functions | |
PaRSEC control function | |
| void | pastix_parsec_init (pastix_data_t *pastix, int *argc, char **argv[], const int *bindtab) |
| Startup the PaRSEC runtime system. | |
| void | pastix_parsec_finalize (pastix_data_t *pastix) |
| Finalize the PaRSEC runtime system. | |
PaRSEC sparse matrix descriptor | |
| typedef struct parsec_sparse_matrix_desc_s | parsec_sparse_matrix_desc_t |
| PaRSEC descriptor stucture for the sparse matrix. | |
| void | parsec_sparse_matrix_init (SolverMatrix *solvmtx, int typesize, pastix_mtxtype_t mtxtype, int nodes, int myrank) |
| Generate the PaRSEC descriptor of the sparse matrix. | |
| void | parsec_sparse_matrix_destroy (parsec_sparse_matrix_desc_t *spmtx) |
| Free the PaRSEC descriptor of the sparse matrix. | |
PaRSEC support for the numerical factorization and solve of PaStiX.
Definition in file pastix_parsec.h.