ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
This class collects configuration parameters that are specific to the grb::BSP1D and grb::hybrid backends. More...
#include <config.hpp>
Static Public Member Functions | |
static constexpr ALLOC_MODE | defaultAllocMode () |
static grb::config::ALLOC_MODE | sharedAllocMode () noexcept |
This class collects configuration parameters that are specific to the grb::BSP1D and grb::hybrid backends.
|
inlinestaticconstexpr |
|
staticnoexcept |
By default, for the BSP1D backend, a shared memory-segment should use interleaved alloc only if is running one process per compute node. This implies a run-time component to this function, which is why for this backend this function is not constexpr
.