#include <seams_config.hpp>
Public Attributes | |
| int | frame = 1 |
| int | last = 0 |
| int | jobs = 1 |
| int | type = 0 |
| double | cutoff = 3.5 |
| int | k = 4 |
| std::string | graph = "seeded" |
| site::Family | family = site::Family::waterIce |
| double | resident = 0.80 |
| double | cell = 3.0 |
| int | tpp = 0 |
| int | block = 0 |
| bool | offload = false |
| std::string | fennel |
| std::string | luaPath |
| std::string | source |
Definition at line 29 of file seams_config.hpp.
| int seams::cfg::Runtime::block = 0 |
Definition at line 41 of file seams_config.hpp.
| double seams::cfg::Runtime::cell = 3.0 |
Definition at line 39 of file seams_config.hpp.
| double seams::cfg::Runtime::cutoff = 3.5 |
Definition at line 34 of file seams_config.hpp.
| site::Family seams::cfg::Runtime::family = site::Family::waterIce |
Definition at line 37 of file seams_config.hpp.
| std::string seams::cfg::Runtime::fennel |
Definition at line 43 of file seams_config.hpp.
| int seams::cfg::Runtime::frame = 1 |
Definition at line 30 of file seams_config.hpp.
| std::string seams::cfg::Runtime::graph = "seeded" |
Definition at line 36 of file seams_config.hpp.
| int seams::cfg::Runtime::jobs = 1 |
Definition at line 32 of file seams_config.hpp.
| int seams::cfg::Runtime::k = 4 |
Definition at line 35 of file seams_config.hpp.
| int seams::cfg::Runtime::last = 0 |
Definition at line 31 of file seams_config.hpp.
| std::string seams::cfg::Runtime::luaPath |
Definition at line 44 of file seams_config.hpp.
| bool seams::cfg::Runtime::offload = false |
Definition at line 42 of file seams_config.hpp.
| double seams::cfg::Runtime::resident = 0.80 |
Definition at line 38 of file seams_config.hpp.
| std::string seams::cfg::Runtime::source |
Definition at line 45 of file seams_config.hpp.
| int seams::cfg::Runtime::tpp = 0 |
Definition at line 40 of file seams_config.hpp.
| int seams::cfg::Runtime::type = 0 |
Definition at line 33 of file seams_config.hpp.