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