PaStiX Handbook  6.3.2
kernels_trace.c File Reference
#include "common/common.h"
#include "bcsc/bcsc.h"
#include "blend/solver.h"
#include "kernels_trace.h"

Go to the source code of this file.

Functions

void kernelsTraceStart ()
 Resumes the trace module.
 
void kernelsTraceStop ()
 Pauses the trace module.
 
void kernelsTraceInit (const pastix_data_t *pastix_data, pastix_trace_t trace)
 Starts the trace module. More...
 
void kernelsTraceFinalize (const pastix_data_t *pastix_data)
 Stops the trace module. More...
 

Variables

pastix_int_t(* core_get_rklimit )(pastix_int_t M, pastix_int_t N) = core_get_rklimit_end
 Compute the maximal rank accepted for a given matrix size. The pointer is set according to the low-rank strategy used. More...
 

Detailed Description

PaStiX trace and modelling routines

Version
6.3.2
Author
Gregoire Pichon
Mathieu Faverge
Alycia Lisito
Date
2023-11-10

Definition in file kernels_trace.c.