SuperLU Distributed 9.0.0
gpu3d
superlu_dist_config.h
Go to the documentation of this file.
1/* superlu_dist_config.h.in */
2
3/* Enable CUDA */
4#define HAVE_CUDA TRUE
5
6/* Enable NVSHMEM */
7#define HAVE_NVSHMEM TRUE
8
9/* Enable HIP */
10/* #undef HAVE_HIP */
11
12/* Enable parmetis */
13#define HAVE_PARMETIS TRUE
14
15/* Enable colamd */
16/* #undef HAVE_COLAMD */
17
18/* Enable LAPACK */
19#define SLU_HAVE_LAPACK TRUE
20
21/* Enable CombBLAS */
22/* #undef HAVE_COMBBLAS */
23
24/* Enable MAGMA */
25/* #undef HAVE_MAGMA */
26
27/* enable 64bit index mode */
28#define XSDK_INDEX_SIZE 64
29
30#if defined(XSDK_INDEX_SIZE) && (XSDK_INDEX_SIZE == 64)
31#define _LONGINT 1
32#endif