StarNEig Library  v0.1.2
A task-based library for solving dense nonsymmetric eigenvalue problems
configuration.h
Go to the documentation of this file.
1 
39 #ifndef STARNEIG_CONFIGURATION_H
40 #define STARNEIG_CONFIGURATION_H
41 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
53 
59 #define STARNEIG_ENABLE_MPI
60 
66 #define STARNEIG_ENABLE_CUDA
67 
73 #define STARNEIG_ENABLE_BLACS
74 
80 #define STARNEIG_SEP_DM_HESSENBERG
81 
88 #define STARNEIG_GEP_DM_HESSENBERGTRIANGULAR
89 
95 #define STARNEIG_SEP_DM_REDUCE
96 
102 #define STARNEIG_GEP_DM_REDUCE
103 
107 
108 #ifdef __cplusplus
109 }
110 #endif
111 
112 #endif // STARNEIG_CONFIGURATION_H