aserio changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
<K-ballo>
is functional_unwrap_impl<int (*)(int), 1> callable with (future<int>, future<void>) ?
<hkaiser_>
denis_blank: correct
taeguk[m] has quit [Ping timeout: 258 seconds]
thundergroudon[m has quit [Ping timeout: 258 seconds]
vamatya has joined #ste||ar
<denis_blank>
K-ballo: Yes it should
<denis_blank>
the future<void> is mapped from 1->0 effectively
bikineev has quit [Remote host closed the connection]
vamatya has quit [Ping timeout: 258 seconds]
bikineev has joined #ste||ar
thundergroudon[m has joined #ste||ar
thundergroudon[m has quit [Remote host closed the connection]
bikineev has quit [Remote host closed the connection]
<github>
[hpx] hkaiser opened pull request #2828: Split unit test builds on CircleCI to avoid timeouts (master...split_unit_tests) https://git.io/v7QUS
vamatya has joined #ste||ar
vamatya has quit [Ping timeout: 258 seconds]
bikineev has joined #ste||ar
bikineev has quit [Read error: No route to host]
bikineev has joined #ste||ar
pree_ has joined #ste||ar
pree has quit [Ping timeout: 240 seconds]
vamatya has joined #ste||ar
<github>
[hpx] hkaiser closed pull request #2828: Split unit test builds on CircleCI to avoid timeouts (master...split_unit_tests) https://git.io/v7QUS
bikineev has quit [Remote host closed the connection]
<pree_>
parsa[w] : yt ?
vamatya has quit [Ping timeout: 240 seconds]
diehlpk has joined #ste||ar
mcopik has joined #ste||ar
diehlpk has quit [Ping timeout: 240 seconds]
bikineev has joined #ste||ar
pree_ has quit [Ping timeout: 240 seconds]
pree_ has joined #ste||ar
pree_ has quit [Ping timeout: 240 seconds]
VeXocide has quit [Changing host]
VeXocide has joined #ste||ar
pree_ has joined #ste||ar
<github>
[hpx] hkaiser pushed 1 new commit to resource_partitioner: https://git.io/v7Q8J
<github>
hpx/resource_partitioner 940e9bf Hartmut Kaiser: Fix exception handling, fix more than one locality/node
pree_ has quit [Quit: AaBbCc]
<github>
[hpx] Naios opened pull request #2829: Implement an API for asynchronous pack traversal (master...async_traversal_pr) https://git.io/v7QEe
<K-ballo>
we could probably consider transitioning our pack stuff to C++14 index sequence style now, compilers should have enough support for it now
<github>
[hpx] Naios opened pull request #2830: Break the debugger when a test failed (master...test_break) https://git.io/v7QEm
diehlpk has joined #ste||ar
eschnett has quit [Quit: eschnett]
<hkaiser>
K-ballo: even nvcc?
<K-ballo>
yes, even that.. IIRC we just need alias templates, and not even transparent ones