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/ | GSoD: https://developers.google.com/season-of-docs/
weilewei has quit [Remote host closed the connection]
K-ballo has quit [Quit: K-ballo]
jaafar has joined #ste||ar
hkaiser has quit [Quit: bye]
Guest65867 has joined #ste||ar
diehlpk_work has joined #ste||ar
Coldblackice has quit []
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 268 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 264 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
rori has joined #ste||ar
K-ballo has joined #ste||ar
Guest65867 has quit [Ping timeout: 268 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
rori has quit [Ping timeout: 276 seconds]
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
hkaiser has joined #ste||ar
rori has joined #ste||ar
<hkaiser> simbergm: thanks for doing all these small fixes - much appreciated!
<hkaiser> big changes always have the tendency to expose a long tail of smaller issues, clearing those out is mostly a pain - so kudos to you to pull through!
hkaiser has quit [Quit: bye]
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
hkaiser has joined #ste||ar
<K-ballo> how many components (modules?) does hpx have
<simbergm> K-ballo: 28(!)
<simbergm> hkaiser: np, this was expected
<simbergm> hkaiser: I'd be happy to merge 4178 if you update the docs parts :) did you maybe already update it and forget to push?
<K-ballo> simbergm: do you have a dependency graph?
<simbergm> 38...
<simbergm> I had one not too long ago, let me check if I still have it around
<K-ballo> (cmake should be able to generate one)
<K-ballo> ouch
<simbergm> it's not as pretty as I hoped, but I'm still happy we went for small modules
<hkaiser> simbergm: sorry, I didn't have any time to go back and fix #4178 yet
<hkaiser> K-ballo: no cycles!
<K-ballo> oh really? can't tell from glancing at the graph, that's impressive
weilewei has joined #ste||ar
hkaiser has quit [Quit: bye]
aserio has joined #ste||ar
hkaiser has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
aserio has quit [Ping timeout: 245 seconds]
aserio has joined #ste||ar
<aserio> simbergm: did you get a complement for K-ballo?
<aserio> I am so jealous
<K-ballo> aserio: s/for/from/?
<aserio> whoops, yep
<K-ballo> sadly no, the site was asking for an european card
<aserio> K-ballo: how has Argentina been treating you
<K-ballo> the old bad government won the elections, will be coming back to office next december.. I'm pretending I'm not here
<K-ballo> we're already back to the old ways of having to sell our USD to the government, and not being able to purchase it back
<simbergm> aserio: I don't know... he has himself to thank for that graph :P he's the one who recommended cpp-dependencies to make sure there are no cycles
<aserio> simbergm: yes, but you did it
<simbergm> K-ballo: did your interviews lead anywhere?
<aserio> !!!
<simbergm> rori did it ;)
<K-ballo> I'm still interviewing.. so far there's been a lot of dead ends
<simbergm> might have been a case where you actually meant y'all
<simbergm> you didn't want to apply to us...?
<aserio> :/
<simbergm> no pressure :P
<simbergm> I hope you actually got my message about that...
* K-ballo is confused
<simbergm> hmm...
<K-ballo> what part of this conversation applies to me?
<simbergm> K-ballo: at least this part https://jobs.ethz.ch/job/view/JOPG_ethz_CQpDmJi28AnXCEhCgU
<simbergm> the applying part
<simbergm> the y'all was for aserio
<K-ballo> I never got that message!
<simbergm> shit
<simbergm> you can still apply!
<simbergm> but it might be a bit late
<simbergm> I can ask them to have a look at your cv if you're actually interested
<aserio> simbergm: y'all is clearly the superior way of referring to multiple of people
<simbergm> K-ballo: error: no matching function for call to ‘std::pair<hpx::threads::thread_state_enum, hpx::threads::thread_id>::pair(hpx::threads::thread_state_enum&, std::nullptr_t)’ on GCC 5
<K-ballo> when did you send that message?
<simbergm> do you happen to know if and how gcc 5 was broken in terms of std::pair constructors
<simbergm> ?
<simbergm> K-ballo: a few weeks ago
<simbergm> I blame riot/matrix :/
<simbergm> I was wondering why you never reacted to that
<K-ballo> simbergm: it asks for a degree, I have none.. I'll apply anyways and let them deal with it
<simbergm> don't worry about that
<K-ballo> ok, so thread_id....
<K-ballo> does not look constructible from nullptr
<K-ballo> is that supposed to be a null thread_id_repr ?
<K-ballo> that constructor is explicit, it should work for direct-init of the pair
<simbergm> it's just gcc 5... 6 onwards is happy
<simbergm> I'll explicitly construct a thread_id there
<K-ballo> what's the line causing it?
<simbergm> ah yes, I didn't give you much context...
<K-ballo> yeah, that code is fine, must have been a libstdc++ regression
<simbergm> K-ballo: no other choice, right? https://github.com/STEllAR-GROUP/hpx/pull/4198/files
<hkaiser> simbergm: looks ok
<K-ballo> yeah that looks good
<simbergm> thanks
<K-ballo> so... simbergm where did you send me that message?
<diehlpk_work> simbergm, Rebecca will work with us after GSoD on the documentation
<simbergm> K-ballo: irc
<simbergm> it probably got dropped
<simbergm> diehlpk_work: nice!@
<diehlpk_work> simbergm, We just need to think what she could do next
<simbergm> diehlpk_work: would you mind checking with rebecca if she's aware that I've commented on this: https://github.com/STEllAR-GROUP/hpx/pull/4141
<diehlpk_work> GSoD ends this month
<diehlpk_work> simbergm, She asked us today about your comment
<simbergm> ah, good, maybe it was just unclear
<simbergm> diehlpk_work: gtg, but she would be paid to work with you, right?
<diehlpk_work> simbergm, Yes
aserio has quit [Ping timeout: 268 seconds]
rori has quit [Quit: WeeChat 1.9.1]
nikunj has joined #ste||ar
aserio has joined #ste||ar
hkaiser has quit [Quit: bye]
aserio has quit [Ping timeout: 265 seconds]
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
aserio has joined #ste||ar
aserio has quit [Ping timeout: 264 seconds]
aserio has joined #ste||ar
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
RostamLog has quit [Ping timeout: 240 seconds]