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 LAPACK */
13/* #undef SLU_HAVE_LAPACK */
14
15/* Enable CombBLAS */
16/* #undef HAVE_COMBBLAS */
17
18/* enable 64bit index mode */
19/* #undef XSDK_INDEX_SIZE */
20
21#if (XSDK_INDEX_SIZE == 64)
22#define _LONGINT 1
23#endif