StarNEig User's Guide  master branch
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 
57 #define STARNEIG_VERSION_MAJOR
58 
62 #define STARNEIG_VERSION_MINOR
63 
67 #define STARNEIG_VERSION_PATCH
68 
74 #define STARNEIG_ENABLE_MPI
75 
81 #define STARNEIG_ENABLE_CUDA
82 
88 #define STARNEIG_ENABLE_BLACS
89 
98 #define STARNEIG_SEP_DM_HESSENBERG
99 
106 #define STARNEIG_GEP_DM_HESSENBERGTRIANGULAR
107 
116 #define STARNEIG_SEP_DM_REDUCE
117 
123 #define STARNEIG_GEP_DM_REDUCE
124 
128 
129 #ifdef __cplusplus
130 }
131 #endif
132 
133 #endif // STARNEIG_CONFIGURATION_H