44 |
int too_many_lines; |
int too_many_lines; |
45 |
int autolazy; |
int autolazy; |
46 |
int too_many_levels; |
int too_many_levels; |
47 |
int too_many_nodes; |
// int too_many_nodes; |
48 |
int resolve_collective; |
int resolve_collective; |
49 |
int print_lazy_tree; |
int lazy_str_fmt; |
50 |
int lapack_support; |
int lapack_support; |
51 |
|
int lazy_verbose; |
52 |
|
|
53 |
protected: |
protected: |
54 |
// This is to provide fast access for methods in Data. |
// This is to provide fast access for methods in Data. |
58 |
int getTOO_MANY_LINES() {return too_many_lines;} |
int getTOO_MANY_LINES() {return too_many_lines;} |
59 |
int getAUTOLAZY() { return autolazy;} |
int getAUTOLAZY() { return autolazy;} |
60 |
int getTOO_MANY_LEVELS() {return too_many_levels;} |
int getTOO_MANY_LEVELS() {return too_many_levels;} |
61 |
int getTOO_MANY_NODES() {return too_many_nodes;} |
// int getTOO_MANY_NODES() {return too_many_nodes;} |
62 |
int getRESOLVE_COLLECTIVE() {return resolve_collective;} |
int getRESOLVE_COLLECTIVE() {return resolve_collective;} |
63 |
int getPRINT_LAZY_TREE() {return print_lazy_tree;} |
int getLAZY_STR_FMT() {return lazy_str_fmt;} |
64 |
|
int getLAZY_VERBOSE() {return lazy_verbose;} |
65 |
|
|
66 |
friend class escript::Data; |
friend class escript::Data; |
67 |
friend class escript::DataLazy; |
friend class escript::DataLazy; |