Skip to content

Instantly share code, notes, and snippets.

View mcopik's full-sized avatar

Marcin Copik mcopik

View GitHub Profile
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)
#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>
#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