-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Makefile for manual installation.
- Loading branch information
Showing
3 changed files
with
39 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
/* superlu_dist_config.h.in */ | ||
|
||
/* Enable CUDA */ | ||
/* #undef HAVE_CUDA */ | ||
|
||
/* Enable HIP */ | ||
/* #undef HAVE_HIP */ | ||
|
||
/* Enable parmetis */ | ||
/* #define XSDK_INDEX_SIZE 64 */ | ||
/* #define SLU_HAVE_LAPACK TRUE */ | ||
#define HAVE_PARMETIS TRUE | ||
|
||
/* Enable LAPACK */ | ||
/* #undef SLU_HAVE_LAPACK */ | ||
|
||
/* Enable CombBLAS */ | ||
/* #undef HAVE_COMBBLAS */ | ||
|
||
/* enable 64bit index mode */ | ||
/* #undef XSDK_INDEX_SIZE */ | ||
|
||
/* #define HAVE_COMBBLAS TRUE */ | ||
#if (XSDK_INDEX_SIZE == 64) | ||
#define _LONGINT 1 | ||
#endif |