Home
last modified time | relevance | path

Searched refs:HPX_AGAS_LOCAL_CACHE_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/src/
H A Dversion.cpp160 #if defined(HPX_AGAS_LOCAL_CACHE_SIZE) in configuration_string()
162 << HPX_AGAS_LOCAL_CACHE_SIZE << "\n"; in configuration_string()
/dports/devel/hpx/hpx-1.2.1/hpx/
H A Dconfig.hpp167 #if !defined(HPX_AGAS_LOCAL_CACHE_SIZE)
168 # define HPX_AGAS_LOCAL_CACHE_SIZE 4096 macro
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Druntime_configuration.hpp74 std::size_t dflt = HPX_AGAS_LOCAL_CACHE_SIZE) const;
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/
H A Dagas_cache_timings.cpp233 std::size_t cache_size = HPX_AGAS_LOCAL_CACHE_SIZE; in hpx_main()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Druntime_configuration.cpp309 HPX_PP_STRINGIZE(HPX_PP_EXPAND(HPX_AGAS_LOCAL_CACHE_SIZE)) "}", in pre_initialize_ini()
/dports/devel/hpx/hpx-1.2.1/docs/sphinx/manual/
H A Dlaunching_and_configuring_hpx_applications.rst670 local_cache_size = ${HPX_AGAS_LOCAL_CACHE_SIZE:<hpx_agas_local_cache_size>}
724 preprocessor constant ``HPX_AGAS_LOCAL_CACHE_SIZE`` (``4096``).