StarNEig User's Guide  v0.1.7
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 
95 #define STARNEIG_SEP_DM_HESSENBERG
96 
103 #define STARNEIG_GEP_DM_HESSENBERGTRIANGULAR
104 
110 #define STARNEIG_SEP_DM_REDUCE
111 
117 #define STARNEIG_GEP_DM_REDUCE
118 
122 
123 #ifdef __cplusplus
124 }
125 #endif
126 
127 #endif // STARNEIG_CONFIGURATION_H