PaStiX Handbook
6.4.0
|
#include "common.h"
#include "isched.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "sopalin/coeftab_z.h"
#include "pastix_zcores.h"
Go to the source code of this file.
Functions | |
void | sequential_zpxtrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | thread_zpxtrf_static (isched_thread_t *ctx, void *args) |
TODO. More... | |
void | static_zpxtrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | thread_zpxtrf_dynamic (isched_thread_t *ctx, void *args) |
TODO. More... | |
void | dynamic_zpxtrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | sopalin_zpxtrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
Definition in file sequential_zpxtrf.c.
void sequential_zpxtrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 50 of file sequential_zpxtrf.c.
References solver_matrix_s::cblknbr, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_zincoming_deps(), cpucblk_zpxtrfsp1d(), pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, PastixLCoef, and pastix_data_s::solvmatr.
void thread_zpxtrf_static | ( | isched_thread_t * | ctx, |
void * | args | ||
) |
TODO.
[in] | ctx | TODO |
[in] | args | TODO |
Definition at line 103 of file sequential_zpxtrf.c.
References task_s::cblknum, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_zincoming_deps(), cpucblk_zpxtrfsp1d(), pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, and PastixLCoef.
Referenced by static_zpxtrf().
void static_zpxtrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 165 of file sequential_zpxtrf.c.
References pastix_data_s::isched, and thread_zpxtrf_static().
void thread_zpxtrf_dynamic | ( | isched_thread_t * | ctx, |
void * | args | ||
) |
TODO.
[in] | ctx | TODO |
[in] | args | TODO |
Definition at line 195 of file sequential_zpxtrf.c.
References solver_matrix_s::bloktab, task_s::cblknum, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_zpxtrfsp1d(), cpucblk_zpxtrfsp1dplus(), cpucblk_zpxtrfsp1dplus_update(), task_s::ctrbcnt, pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, PastixLCoef, pqueueExit(), pqueueInit(), pqueuePop(), pqueuePush1(), solver_cblk_s::priority, stealQueue(), and solver_cblk_s::threadid.
Referenced by dynamic_zpxtrf().
void dynamic_zpxtrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 312 of file sequential_zpxtrf.c.
References pastix_data_s::isched, and thread_zpxtrf_dynamic().
Referenced by sopalin_zpxtrf().
void sopalin_zpxtrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 361 of file sequential_zpxtrf.c.
References dynamic_zpxtrf(), pastix_data_s::iparm, IPARM_SCHEDULER, PastixSchedDynamic, PastixSchedSequential, PastixSchedStatic, and solverRequestInit().