PaStiX Handbook
6.4.0
|
#include "common.h"
#include "isched.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "sopalin/coeftab_d.h"
#include "pastix_dcores.h"
Go to the source code of this file.
Functions | |
void | sequential_dgetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | thread_dgetrf_static (isched_thread_t *ctx, void *args) |
TODO. More... | |
void | static_dgetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | thread_dgetrf_dynamic (isched_thread_t *ctx, void *args) |
TODO. More... | |
void | dynamic_dgetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
void | sopalin_dgetrf (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data) |
TODO. More... | |
Definition in file sequential_dgetrf.c.
void sequential_dgetrf | ( | 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_dgetrf.c.
References solver_matrix_s::cblknbr, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_dgetrfsp1d(), cpucblk_dincoming_deps(), pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, PastixLUCoef, and pastix_data_s::solvmatr.
void thread_dgetrf_static | ( | isched_thread_t * | ctx, |
void * | args | ||
) |
TODO.
[in] | ctx | TODO |
[in] | args | TODO |
Definition at line 104 of file sequential_dgetrf.c.
References task_s::cblknum, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_dgetrfsp1d(), cpucblk_dincoming_deps(), pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, and PastixLUCoef.
Referenced by static_dgetrf().
void static_dgetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 166 of file sequential_dgetrf.c.
References pastix_data_s::isched, and thread_dgetrf_static().
void thread_dgetrf_dynamic | ( | isched_thread_t * | ctx, |
void * | args | ||
) |
TODO.
[in] | ctx | TODO |
[in] | args | TODO |
Definition at line 196 of file sequential_dgetrf.c.
References solver_matrix_s::bloktab, task_s::cblknum, solver_matrix_s::cblktab, solver_cblk_s::cblktype, pastix_lr_s::compress_when, cpucblk_dgetrfsp1d(), cpucblk_dgetrfsp1dplus(), cpucblk_dgetrfsp1dplus_update(), task_s::ctrbcnt, pastix_lr_s::ilu_lvl, solver_matrix_s::lowrank, pastix_int_t, PastixCompressNever, PastixLUCoef, pqueueExit(), pqueueInit(), pqueuePop(), pqueuePush1(), solver_cblk_s::priority, stealQueue(), and solver_cblk_s::threadid.
Referenced by dynamic_dgetrf().
void dynamic_dgetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 313 of file sequential_dgetrf.c.
References pastix_data_s::isched, and thread_dgetrf_dynamic().
Referenced by sopalin_dgetrf().
void sopalin_dgetrf | ( | pastix_data_t * | pastix_data, |
sopalin_data_t * | sopalin_data | ||
) |
TODO.
[in] | pastix_data | TODO |
[in] | sopalin_data | TODO |
Definition at line 362 of file sequential_dgetrf.c.
References dynamic_dgetrf(), pastix_data_s::iparm, IPARM_SCHEDULER, PastixSchedDynamic, PastixSchedSequential, PastixSchedStatic, and solverRequestInit().