|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
Go to the source code of this file.
Namespaces | |
| namespace | ttg |
| top-level TTG namespace contains runtime-neutral functionality | |
| namespace | ttg::detail |
Variables | |
| template<typename T > | |
| constexpr bool | ttg::detail::is_madness_archive_v = false |
| template<typename T > | |
| constexpr bool | ttg::detail::is_madness_input_archive_v = false |
| template<typename T > | |
| constexpr bool | ttg::detail::is_madness_output_archive_v = false |
| template<typename T > | |
| constexpr bool | ttg::detail::is_madness_buffer_serializable_v = is_madness_buffer_serializable<T>::value |
evaluates to true if can serialize T to/from buffer using MADNESS serialization | |
| template<typename T > | |
| constexpr bool | ttg::detail::is_madness_user_buffer_serializable_v = is_madness_user_buffer_serializable<T>::value |
evaluates to true if can serialize T to/from buffer using user-provided MADNESS serialization | |
1.9.8