StarNEig Library  version v0.1-beta.3
A task-based library for solving 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_ENABLE_MPI
58 
62 #define STARNEIG_ENABLE_CUDA
63 
67 #define STARNEIG_ENABLE_BLACS
68 
72 #define STARNEIG_SEP_DM_HESSENBERG
73 
78 #define STARNEIG_GEP_DM_HESSENBERGTRIANGULAR
79 
83 #define STARNEIG_SEP_DM_REDUCE
84 
88 #define STARNEIG_GEP_DM_REDUCE
89 
93 
94 #ifdef __cplusplus
95 }
96 #endif
97 
98 #endif // STARNEIG_CONFIGURATION_H