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_zhetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | thread_zhetrf_static (isched_thread_t *ctx, void *args) |
TODO. More... | |
void | static_zhetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | thread_zhetrf_dynamic (isched_thread_t *ctx, void *args) |
TODO. More... | |
void | dynamic_zhetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | sopalin_zhetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
Definition in file sequential_zhetrf.c.
void sequential_zhetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 51 of file sequential_zhetrf.c.
References cblk_colnbr(), solver_matrix_s::cblknbr, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_zhetrfsp1d(), cpucblk_zincoming_deps(), pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, PastixLCoef, and pastix_data_s::solvmatr.
void thread_zhetrf_static | ( | isched_thread_t * | ctx, |
void * | args | ||
) |
TODO.
[in] | ctx | TODO |
[in] | args | TODO |
Definition at line 115 of file sequential_zhetrf.c.
References cblk_colnbr(), task_s::cblknum, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_zhetrfsp1d(), cpucblk_zincoming_deps(), pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, and PastixLCoef.
Referenced by static_zhetrf().
void static_zhetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 188 of file sequential_zhetrf.c.
References pastix_data_s::isched, and thread_zhetrf_static().
void thread_zhetrf_dynamic | ( | isched_thread_t * | ctx, |
void * | args | ||
) |
TODO.
[in] | ctx | TODO |
[in] | args | TODO |
Definition at line 218 of file sequential_zhetrf.c.
References solver_matrix_s::bloktab, cblk_colnbr(), task_s::cblknum, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_zhetrfsp1d(), cpucblk_zhetrfsp1dplus(), cpucblk_zhetrfsp1dplus_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_zhetrf().
void dynamic_zhetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 346 of file sequential_zhetrf.c.
References pastix_data_s::isched, and thread_zhetrf_dynamic().
Referenced by sopalin_zhetrf().
void sopalin_zhetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 398 of file sequential_zhetrf.c.
References dynamic_zhetrf(), pastix_data_s::iparm, IPARM_SCHEDULER, PastixSchedDynamic, PastixSchedSequential, PastixSchedStatic, and solverRequestInit().