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/
EverYoun_ has joined #ste||ar
EverYoung has quit [Ping timeout: 240 seconds]
EverYoun_ has quit [Ping timeout: 240 seconds]
EverYoung has joined #ste||ar
EverYoun_ has joined #ste||ar
EverYoun_ has quit [Remote host closed the connection]
EverYoung has quit [Ping timeout: 240 seconds]
EverYoung has joined #ste||ar
<parsa[w]> hkaiser: i have no clue why that inspect in that PR fails.
<parsa[w]> where do find the log for each build?
<parsa[w]> where do i*
<parsa[w]> found it.
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
EverYoung has quit [Ping timeout: 240 seconds]
kisaacs has quit [Ping timeout: 256 seconds]
kisaacs has joined #ste||ar
kisaacs has quit [Ping timeout: 256 seconds]
kisaacs has joined #ste||ar
EverYoung has joined #ste||ar
kisaacs has quit [Ping timeout: 256 seconds]
EverYoung has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: bye]
kisaacs has joined #ste||ar
akheir has joined #ste||ar
akheir has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
Guest70681 has quit [Quit: Leaving]
ct-clmsn has quit [Quit: Leaving]
jaafar_ has quit [Remote host closed the connection]
jaafar_ has joined #ste||ar
nanashi55 has quit [Ping timeout: 246 seconds]
nanashi55 has joined #ste||ar
kisaacs has quit [Ping timeout: 248 seconds]
kisaacs has joined #ste||ar
daissgr has quit [Ping timeout: 256 seconds]
akheir_ has joined #ste||ar
kisaacs has quit [Ping timeout: 248 seconds]
akheir_ has quit [Remote host closed the connection]
kisaacs has joined #ste||ar
kisaacs has quit [Ping timeout: 240 seconds]
jaafar_ has quit [Ping timeout: 240 seconds]
david_pfander has joined #ste||ar
mbremer has quit [Ping timeout: 260 seconds]
hkaiser has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
<github> [hpx] msimberg closed pull request #3127: Add hpx::start nullptr overloads (master...hpx-start-overloads) https://git.io/vNiCg
<heller_> hkaiser: tests.unit.performance_counters.reinit_counters times out for me every now and then
<heller_> any ideas?
<heller_> and good morning
<hkaiser> heller_: no idea, frankly
<hkaiser> g'morning
<hkaiser> btw, we have to avoid including iso646.h for msvc - those idiots '#define and &&' and similar there as the compiler does not understand 'and' as a keyword
<github> [hpx] hkaiser pushed 1 new commit to master: https://git.io/vNHeW
<github> hpx/master ff49251 Hartmut Kaiser: Don't #include ciso646 for MSVC as it contains '#define and &&' and similar
<heller_> hkaiser: microsoft is the best
<github> [hpx] sithhell force-pushed coroutine_cleanup from 6f3f08b to 9e1648c: https://git.io/vNyr8
<github> hpx/coroutine_cleanup 9e1648c Thomas Heller: Cleaning up coroutine implementation...
<K-ballo> what's wrong with including ciso646?
<K-ballo> yeah, it should be empty, but `and` and `not` and friends are part of the core language
<K-ballo> sounds like a symptom of a problem
<heller_> hkaiser: also, any idea on when rostam will be back on track?
<heller_> regarding buildbot
<simbergm> heller_: current batch of jobs is not done, but so far it looks like it might be back to normal
<heller_> simbergm: excellent
<heller_> intel is marked as CXX14_CONSTEXPR capable, but fails to compile the thread_data stuff :/
<heller_> thread_id_type stuff
<K-ballo> adjust the feature test to match the usage
<K-ballo> or drop the constexpr, is hardly worth it
<K-ballo> btw the constexprs on the relational operators are never constant expressions since the pointers are not related
<hkaiser> heller_: no idea - it's that papi problem
<heller_> hkaiser: looks like it is back normal though
<K-ballo> and we should flag constexpr (11) as required if we are going to use it unconstrained it
<heller_> I thought it already was required
<hkaiser> K-ballo: ciso646 is #defin'ing 'and' and friends which breaks other code
<hkaiser> heller_: not sure about cuda (constexpr)
<K-ballo> hkaiser: sounds like broken other code, adding ciso646 cannot break standard code, removing it can break it
<hkaiser> K-ballo: it breaks boosts #include SOME_SYMBOL_EXPANDING_TO_FILENAME_INCLUDING_and
<K-ballo> sounds like broken boost
<hkaiser> sure, nothing we can do about that, can we?
<K-ballo> or that we want to
<hkaiser> wouldn't help with older versions anyways
<K-ballo> that's fine, as long as we've determined the cause before treating the symptom
<heller_> hmm, that usecase seems to compile fine on compiler explorer :/
<hkaiser> yes, I know what's happening
<hkaiser> heller_: happens when using clang-tidy only
<K-ballo> heller_: a good check for the cxx14 constexpr feature test would be that a constexpr member function isn't implicitly const, perhaps by overloading on const vs non-const
<heller_> "error #137: expression must be a modifiable lvalue"
<heller_> is what I get
<heller_> this seems to work fine though
<K-ballo> gcc-name induced maybe?
<K-ballo> did 4.9.4 understood 14 constexpr?
<heller_> good point
<heller_> yup, it didn't
<heller_> the feature test in itself looks fine though, right?
<K-ballo> yep
<heller_> perfect. fails now
kisaacs has joined #ste||ar
<heller_> too many builds for not enough VMs
<heller_> but the return of the green...
kisaacs has quit [Ping timeout: 256 seconds]
eschnett has joined #ste||ar
hkaiser has quit [Quit: bye]
<diehlpk_work> Is there any way to specify the default execution type for a hpx parallel for loop?
<github> [hpx] msimberg pushed 2 new commits to circle_2: https://git.io/vNHOe
<github> hpx/circle_2 45455fb Mikael Simberg: Make circleci header tests only depend on configure
<github> hpx/circle_2 947e8f8 Mikael Simberg: Merge branch 'master' into circle_2
eschnett has quit [Quit: eschnett]
eschnett has joined #ste||ar
kisaacs has joined #ste||ar
aserio has joined #ste||ar
eschnett has quit [Quit: eschnett]
eschnett has joined #ste||ar
mbremer has joined #ste||ar
rtohid has joined #ste||ar
daissgr has joined #ste||ar
kisaacs has quit [Ping timeout: 268 seconds]
kisaacs has joined #ste||ar
hkaiser has joined #ste||ar
daissgr has quit [Ping timeout: 276 seconds]
EverYoung has quit [Ping timeout: 252 seconds]
<07IACDYAZ> [hpx] msimberg opened pull request #3133: Make hwloc compulsory (master...hwloc-compulsory) https://git.io/vNHzm
daissgr has joined #ste||ar
david_pfander has quit [Ping timeout: 256 seconds]
EverYoung has joined #ste||ar
hkaiser has quit [Quit: bye]
jaafar_ has joined #ste||ar
jaafar_ has quit [Ping timeout: 246 seconds]
vamatya has joined #ste||ar
vamatya has quit [Read error: Connection reset by peer]
jaafar has joined #ste||ar
jaafar has quit [Remote host closed the connection]
jaafar has joined #ste||ar
vamatya has joined #ste||ar
hkaiser has joined #ste||ar
daissgr has quit [Ping timeout: 256 seconds]
EverYoung has quit [Ping timeout: 252 seconds]
EverYoung has joined #ste||ar
jaafar has quit [Remote host closed the connection]
kisaacs has quit [Ping timeout: 248 seconds]
aserio has quit [Ping timeout: 240 seconds]
<mbremer> @hkaiser: any updates on the paper/do you have a bibtex entry for the GB paper (or could you just pm me the link again?)
aserio has joined #ste||ar
kisaacs has joined #ste||ar
kisaacs has quit [Ping timeout: 240 seconds]
kisaacs has joined #ste||ar
daissgr has joined #ste||ar
eschnett has quit [Quit: eschnett]
jaafar has joined #ste||ar
jaafar has quit [Remote host closed the connection]
eschnett has joined #ste||ar
kisaacs has quit [Ping timeout: 256 seconds]
jaafar has joined #ste||ar
hkaiser has quit [Quit: bye]
kisaacs has joined #ste||ar
hkaiser has joined #ste||ar
tianyi has joined #ste||ar
tianyi_ has joined #ste||ar
tianyi_ has quit [Client Quit]
aserio has quit [Ping timeout: 246 seconds]
tianyi has quit [Remote host closed the connection]
aserio has joined #ste||ar
<hkaiser> bibek: yt?
<hkaiser> aserio: is bibek still around?
<aserio> Yes he is
<bibek> hkaiser: here
<hkaiser> bibek: may I ask you to try again?
<bibek> sure sir
<hkaiser> thanks!
aserio has quit [Quit: aserio]
Smasher has quit [Quit: Connection reset by beer]
Smasher has joined #ste||ar
<bibek> hkaiser: it works for both relwithdebinfo and release
<bibek> hkaiser: its fixed, thank you very much
<hkaiser> bibek: puhh
<hkaiser> thanks! now I'd like to know which of my changes did actually fix things ;)
<bibek> glad it is fixed :)
nanashi55 has quit [Ping timeout: 248 seconds]
<hkaiser> bibek: me too, thanks again for your patience and the help
<bibek> anytime sir
nanashi55 has joined #ste||ar
bibek has quit [Quit: Konversation terminated!]
rtohid has left #ste||ar [#ste||ar]
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
mbremer has quit [Ping timeout: 260 seconds]
circleci-bot has joined #ste||ar
<circleci-bot> Success: msimberg's build (#9347; push) in STEllAR-GROUP/hpx (circle_2) -- https://circleci.com/gh/STEllAR-GROUP/hpx/9347?utm_campaign=chatroom-integration&amp;utm_medium=referral&amp;utm_source=irc
circleci-bot has quit [Client Quit]