This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 2.8) | |
set(CMAKE_PREFIX_PATH ${HPX_LOCATION} ${CMAKE_PREFIX_PATH}) | |
find_package(HPX REQUIRED) | |
add_hpx_executable(test SOURCES test.cpp) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <iterator> | |
#include <cassert> | |
#include <cmath> | |
#include <chrono> | |
#include <hpx/hpx_init.hpp> | |
#include <hpx/hpx.hpp> | |
#include <hpx/version.hpp> | |
#include <hpx/include/parallel_algorithm.hpp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00000000006e1997 in hpx::parallel::v3::static_chunk_size::get_chunk_size<hpx::parallel::v3::parallel_executor const, std::vector<hpx::util::tuple<unsigned long, float*, unsigned long>, std::allocator<hpx::util::tuple<unsigned long, float*, unsigned long> > > hpx::parallel::util::detail::get_bulk_iteration_shape_idx<hpx::parallel::v1::parallel_execution_policy const&, hpx::lcos::future<void>, hpx::parallel::v1::detail::for_each_iteration<hpx::parallel::v1::detail::fill_iteration<float>, hpx::parallel::util::projection_identity>&, float*, int>(hpx::parallel::v1::parallel_execution_policy const&, std::vector<hpx::lcos::future<void>, std::allocator<hpx::lcos::future<void> > >&, hpx::parallel::v1::detail::for_each_iteration<hpx::parallel::v1::detail::fill_iteration<float>, hpx::parallel::util::projection_identity>&, float*&, unsigned long&, int)::{lambda()#1}&>(hpx::parallel::v1::parallel_execution_policy const&, std::vector<hpx::util::tuple<unsigned long, float*, unsigned long>, std::allocator<hpx::util::tu |
NewerOlder