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]
thundergroudon[m has joined #ste||ar
taeguk[m] has joined #ste||ar
mcopik has joined #ste||ar
hkaiser_ has quit [Quit: bye]
denis_blank has quit [Quit: denis_blank]
mcopik has quit [Quit: Leaving]
K-ballo has quit [Quit: K-ballo]
pree has joined #ste||ar
<pree> parsa[w] : yt ?
Matombo has joined #ste||ar
pree has quit [Ping timeout: 240 seconds]
pree has joined #ste||ar
bikineev has joined #ste||ar
<github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://git.io/v7HHk
<github> hpx/gh-pages a4c2953 StellarBot: Updating docs
bikineev has quit [Remote host closed the connection]
denis_blank has joined #ste||ar
twwright has quit [Ping timeout: 248 seconds]
heller has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
denis_blank has quit [Quit: denis_blank]
heller has joined #ste||ar
hkaiser has joined #ste||ar
twwright has joined #ste||ar
<github> [hpx] hkaiser closed pull request #2805: Serializing collections with non-default constructible data (master...nondefault_ctor_ser) https://git.io/v76WI
<github> [hpx] hkaiser deleted nondefault_ctor_ser at bd92900: https://git.io/v7Hb3
<github> [hpx] hkaiser pushed 2 new commits to master: https://git.io/v7Hbn
<github> hpx/master 10bb68b Taeguk Kwon: Add 'const' keyword to operator< in unit test of container version of parallel::partition.
<github> hpx/master bc989d3 Hartmut Kaiser: Merge pull request #2819 from taeguk/tg_partition_fix2...
pree has quit [Read error: Connection reset by peer]
pree has joined #ste||ar
<github> [hpx] hkaiser created split_unit_tests (+1 new commit): https://git.io/v7HAf
<github> hpx/split_unit_tests 09dc902 Hartmut Kaiser: Split unit test builds on CircleCI to avoid timeouts
K-ballo has joined #ste||ar
pree has quit [Ping timeout: 240 seconds]
pree has joined #ste||ar
<github> [hpx] hkaiser force-pushed split_unit_tests from 09dc902 to 07aeff9: https://git.io/v7QJj
<github> hpx/split_unit_tests 07aeff9 Hartmut Kaiser: Split unit test builds on CircleCI to avoid timeouts
<github> [hpx] hkaiser pushed 1 new commit to master: https://git.io/v7QUU
<github> hpx/master ed30662 Hartmut Kaiser: Remove unneeded typedef
<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
quaz0r has quit [Quit: WeeChat 2.0-dev]
<hkaiser> K-ballo: cool