STARS-H
Software for Testing Accuracy, Reliability and Scalability of Hierarchical computations
starsh-constants.h
Go to the documentation of this file.
1 
13 #ifndef __STARSH_CONSTANTS_H__
14 #define __STARSH_CONSTANTS_H__
15 
18 {
41 };
42 
45 {
60 };
61 
64 {
81 };
82 
85 {
98 };
99 
102 {
105  //STARSH_H = 2,
107  //STARSH_HODLR = 3
109 };
110 
113 {
116  //STARSH_HIERARCHICAL = 2
118 };
119 
122 {
127 };
128 
129 #endif // __STARSH_CONSTANTS_H__
Wrong format of data inside ASCII file.
Definition: starsh-constants.h:71
Error, not listed in enum STARSH_ERRNO.
Definition: starsh-constants.h:79
Synthetic random TLR matrix.
Definition: starsh-constants.h:88
Electrostatics problem.
Definition: starsh-constants.h:94
Geospatial statistics.
Definition: starsh-constants.h:90
StarPU (without MPI)
Definition: starsh-constants.h:31
StarPU (with MPI)
Definition: starsh-constants.h:33
No error.
Definition: starsh-constants.h:65
Error during fprintf()
Definition: starsh-constants.h:75
TLR format.
Definition: starsh-constants.h:103
STARSH_BLRF_TYPE
Enum type to show actual block low-rank format.
Definition: starsh-constants.h:101
Error during fwrite()
Definition: starsh-constants.h:77
Backend has not been yet selected.
Definition: starsh-constants.h:19
STARSH_BACKEND
Enum for backend types.
Definition: starsh-constants.h:17
Engine has not been yet selected.
Definition: starsh-constants.h:46
Error of malloc(), maybe there were no free memory.
Definition: starsh-constants.h:67
Error, backend is not supported.
Definition: starsh-constants.h:21
StarPU+CUDA (without MPI)
Definition: starsh-constants.h:37
Usual Singular Values Decomposition.
Definition: starsh-constants.h:50
Wrong value of one of parameters.
Definition: starsh-constants.h:73
MPI+StarPU+KBLAS.
Definition: starsh-constants.h:39
STARSH_PROBLEM_TYPE
Enum for problem types.
Definition: starsh-constants.h:84
Rank-Revealing QR.
Definition: starsh-constants.h:54
Sequential.
Definition: starsh-constants.h:23
Minimal working example.
Definition: starsh-constants.h:86
StarPU+KBLAS (without MPI)
Definition: starsh-constants.h:35
Error, engine is not supported.
Definition: starsh-constants.h:48
Electrodynamics problem.
Definition: starsh-constants.h:96
MPI.
Definition: starsh-constants.h:27
Divide-and-Conquer SVD.
Definition: starsh-constants.h:52
STARSH_ERRNO
Enum for error codes.
Definition: starsh-constants.h:63
Cross approximation.
Definition: starsh-constants.h:58
STARSH_FILE_TYPE
Enum type to show file format (ASCII or binary)
Definition: starsh-constants.h:121
Hybrid MPI + OpenMP.
Definition: starsh-constants.h:29
STARSH_LRENGINE
Enum for low-rank engine (approximation technique)
Definition: starsh-constants.h:44
ASCII file.
Definition: starsh-constants.h:123
Cauchy matrix.
Definition: starsh-constants.h:92
STARSH_CLUSTER_TYPE
Enum type to show type of clusterization.
Definition: starsh-constants.h:112
Such file does not exist.
Definition: starsh-constants.h:69
Binary file.
Definition: starsh-constants.h:125
No hierarchy in clusterization.
Definition: starsh-constants.h:114
OpenMP.
Definition: starsh-constants.h:25
Randomized SVD.
Definition: starsh-constants.h:56