PaStiX Handbook
6.4.0
kernels.c
Go to the documentation of this file.
1
/**
2
*
3
* @file kernels.c
4
*
5
* Non precision dependent routines and variables associated to the kernels.
6
*
7
* @copyright 2015-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
8
* Univ. Bordeaux. All rights reserved.
9
*
10
* @version 6.4.0
11
* @author Pierre Ramet
12
* @author Mathieu Faverge
13
* @author Tony Delarue
14
* @date 2024-07-05
15
*
16
**/
17
#include "common.h"
18
19
#ifndef DOXYGEN_SHOULD_SKIP_THIS
20
pthread_mutex_t pastix_comm_lock = PTHREAD_MUTEX_INITIALIZER;
21
volatile
pthread_t pastix_comm_tid = (pthread_t)-1;
22
#endif
/* DOXYGEN_SHOULD_SKIP_THIS */
kernels
kernels.c
Generated by
1.9.1