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