hkaiser 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/ | GSoC2018: https://wp.me/p4pxJf-k1
eschnett_ has joined #ste||ar
eschnett has quit [Ping timeout: 244 seconds]
quaz0r has quit [Ping timeout: 240 seconds]
quaz0r has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
heller_ has quit [Remote host closed the connection]
heller_ has joined #ste||ar
quaz0r has quit [Ping timeout: 256 seconds]
quaz0r has joined #ste||ar
hkaiser has quit [Quit: bye]
parsa has joined #ste||ar
eschnett_ has quit [Quit: eschnett_]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
jakub_golinowski has joined #ste||ar
jakub_golinowski has quit [Client Quit]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
jakub_golinowski has joined #ste||ar
jaafar has quit [Ping timeout: 244 seconds]
jakub_golinowski has quit [Ping timeout: 256 seconds]
jakub_golinowski has joined #ste||ar
<Guest79517> [hpx] StellarBot pushed 1 new commit to gh-pages: https://git.io/fNRB3
<Guest79517> hpx/gh-pages 1cae70a StellarBot: Updating docs
quaz0r has quit [Ping timeout: 240 seconds]
quaz0r has joined #ste||ar
<heller_> does anyone know why appveyor stopped working?
<github> [hpx] sithhell closed pull request #3389: Fix deadlock during shutdown (master...fix-shutdown-hang) https://git.io/fN4BE
nikunj has joined #ste||ar
hkaiser has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 256 seconds]
jakub_golinowski has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 256 seconds]
jakub_golinowski has joined #ste||ar
david_pfander1 has joined #ste||ar
david_pfander1 has quit [Ping timeout: 265 seconds]
K-ballo has joined #ste||ar
<heller_> grr, the slurm env parser is giving me problems on arm with gcc :/
<zao> Something was messed up with that for me the other day. No memory at all what.
<zao> Oh right, the Boost fpos thing on MSVC.
<heller_> ok
<heller_> looks like some kind of stack corruption for me
<heller_> what(): new allocator failed to allocate memory: HPX(out_of_memory)
<heller_> somewhere from deep within the spirit parser
<heller_> a debug build works fine
<heller_> now, I wonder if I just messed up the compiler flags..
mcopik has joined #ste||ar
<heller_> trying a newer gcc...
hkaiser has quit [Quit: bye]
<heller_> ok ... newer gcc with a complete static build works
mcopik has quit [Ping timeout: 245 seconds]
mcopik has joined #ste||ar
hkaiser has joined #ste||ar
hkaiser has quit [Quit: bye]
hkaiser has joined #ste||ar
<github> [hpx] hkaiser pushed 1 new commit to sync_actions: https://git.io/fNR9L
<github> hpx/sync_actions c32da9b Hartmut Kaiser: Factoring out parts of the async/sync implementations
hkaiser has quit [Client Quit]
<github> [hpx] hkaiser closed pull request #3390: Make AGAS measurements optional (master...measure_agas) https://git.io/fN4Hg
<github> [hpx] hkaiser force-pushed sync_actions from c32da9b to e497e37: https://git.io/fN8LQ
<github> hpx/sync_actions c69bc08 Hartmut Kaiser: Add several functionalities allowing to optimize synchronous action invocation...
<github> hpx/sync_actions f256f82 Hartmut Kaiser: Adding forceinline to one-liners, minor change to future_transform allowing to use 'futures' that don't have a shared state
<github> hpx/sync_actions e497e37 Hartmut Kaiser: Factoring out parts of the async/sync implementations
hkaiser has joined #ste||ar
aserio has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 265 seconds]
nikunj has quit [Read error: Connection reset by peer]
jakub_golinowski has joined #ste||ar
akheir has joined #ste||ar
aserio has quit [Ping timeout: 255 seconds]
aserio has joined #ste||ar
aserio has quit [Read error: Connection reset by peer]
aserio has joined #ste||ar
nikunj has joined #ste||ar
aserio has quit [Ping timeout: 265 seconds]
aserio has joined #ste||ar
aserio has quit [Ping timeout: 256 seconds]
anushi has joined #ste||ar
jaafar has joined #ste||ar
<heller_> hkaiser: aserio: ready whenver you are
mcopik has quit [Ping timeout: 268 seconds]
aserio has joined #ste||ar
aserio has quit [Ping timeout: 245 seconds]
aserio has joined #ste||ar
<nikunj> hkaiser, did you check out the docs I updated?
nikunj has quit [Quit: goodnight]
<heller_> hkaiser: the pieces fit. set_on_completed might call handle_on_completed (when the future's already ready), which call self()
<heller_> calls*
jakub_golinowski has quit [Ping timeout: 256 seconds]
nanashi55 has quit [Ping timeout: 240 seconds]
nanashi55 has joined #ste||ar
aserio has quit [Remote host closed the connection]
aserio has joined #ste||ar
<K-ballo> what's up with that clang-tidy check?
<K-ballo> is not the first time I see it spuriously fail
<heller_> K-ballo: it depends on the changeset
<heller_> might not be directly related to your changes after all
<K-ballo> I've already seen it fail with the same diagnostics on some of my other PRs
<K-ballo> disappears on rebuild, seems random..
<heller_> it seems to be a valid diagnostic though. No idea why it 1) only shows up now 2) disappears on rebuild
<heller_> it checks the TUs that are only part of the changeset
<heller_> lots of headers will get missed. I wrote the script before the clang-tidy people release they're script thingy and never got around to actualy use the proper one
<heller_> needs rephrasing
<heller_> back in 2016, I wasn't able to get the tool bundled with clang running
jakub_golinowski has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 256 seconds]
jakub_golinowski has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 256 seconds]
hkaiser has quit [Quit: bye]
aserio has quit [Quit: aserio]
aserio has joined #ste||ar
parsa has joined #ste||ar
aserio has quit [Ping timeout: 265 seconds]
akheir has quit [Quit: Leaving]
aserio has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
heller___ has joined #ste||ar
heller_ has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
aserio has quit [Quit: aserio]
mcopik has joined #ste||ar
mcopik has quit [Ping timeout: 240 seconds]
parsa has joined #ste||ar
parsa has quit [Client Quit]
parsa has joined #ste||ar