PaStiX Handbook 6.4.0
Loading...
Searching...
No Matches
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-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#ifndef _kernels_h_
18#define _kernels_h_
19
20#ifndef DOXYGEN_SHOULD_SKIP_THIS
21extern pthread_mutex_t pastix_comm_lock;
22extern volatile pthread_t pastix_comm_tid;
23#endif /* DOXYGEN_SHOULD_SKIP_THIS */
24
25#endif /* _kernels_h_ */