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/
hkaiser has quit [Quit: bye]
<jbjnr> heller: I invited you to help with the course when we were at HLRS but you said family/childcare issues would stop you coming. If you think you can make it, then please let us know
<heller> I'll know for sure in about two weeks
<heller> But I'm sure I can make it work
<heller> Sorry for the misunderstanding, I thought we'd talk about it once more
<heller> jbjnr: in any case: if you still want me, I'd be available those two days
quaz0r has quit [Ping timeout: 272 seconds]
quaz0r has joined #ste||ar
<jbjnr> heller: we'd love to have you, but I think you'll need to tell us about availability before two weeks - any chance you can make a decision next week?
<simbergm> heller: sorry, didn't realize you were saying you can be there
<simbergm> same for me, would love to have you here
<Yorlik> Started a little project to help with documention. I'll write down what I learn over time, especially stuff Hartmut teaches me when I have a chance pestering him ;) : https://github.com/McKillroy/hpx_snippets
<Yorlik> It's easier for me that way instead of doing PRs or anything.
<Yorlik> Initial (incomplete) stuff is in /doc/source
<K-ballo> we are dropping Boost.SIMD?
<heller> simbergm: jbjnr: sure no problem. I have time to do it!
<heller> K-ballo: isn't it dead anyway?
rori has joined #ste||ar
<simbergm> K-ballo: hkaiser claims it's dead at least, and it looks pretty dead from a casual look
<simbergm> vc is still there, is there even a use case for both?
<simbergm> heller: excellent
<simbergm> let us know when it's 100% sure though ;)
<simbergm> we get to redistribute some sessions to you then
<K-ballo> it was abandoned, yes
<heller> simbergm: I am 100% sure ;)
<heller> K-ballo: was or still is?
<heller> simbergm: GitHub actions are not cool?
<simbergm> heller: lol
<heller> simbergm: I was thinking that they might be useful to trigger pycicle, and maybe even do some statistics?
<heller> Just saw your PR
<simbergm> they are, I just didn't feel like learning the syntax for another ci system
<heller> Ahh
<simbergm> documentation was a bit sparse
<heller> Ok
<simbergm> maybe look at it again when it's out of beta
<heller> If they are for free...
<heller> Yeah, we got into beta pretty late on the game
<heller> Do you know which platforms we can test in parallel?
<heller> Or if we have a good place to store artifacts like binaries and/or test results?
<zao> EasyBuild just went to try Github CI as well, having some fun getting the right environment up.
aserio has joined #ste||ar
<jbjnr> hkyt?
<jbjnr> no!
bita has joined #ste||ar
<simbergm> diehlpk_work: call in 20 mins, no?
<simbergm> parsa: ^
<parsa> yeah. need to add you to my skype contacts. will come back in a few minutes
maxwellr96 has joined #ste||ar
<parsa> args you need are --hpx:node=0 --hpx:threads=1 --hpx:localities=2 for locality 0 and --hpx:node=1 --hpx:threads=1 for locality 1
<parsa> maxwellr96: ^
<maxwellr96> Thanks!
<simbergm> parsa: appear.in/stellar-group instead?
<simbergm> skype is skype
akheir has joined #ste||ar
<parsa> simbergm: i'm on
rori has quit [Quit: WeeChat 1.9.1]
aserio has quit [Ping timeout: 264 seconds]
hkaiser has joined #ste||ar
bita has quit [Quit: Leaving]
<Yorlik> hkaiser: yt?
<hkaiser> Yorlik: here
<Yorlik> I made a repo with initial drafts (incomplete) from our talk: https://github.com/McKillroy/hpx_snippets
<Yorlik> So thats a basic start to work on over time.
<hkaiser> cool!
bibek has quit [Quit: Konversation terminated!]
bibek has joined #ste||ar
aserio has joined #ste||ar
aserio has quit [Ping timeout: 248 seconds]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 244 seconds]
K-ballo1 is now known as K-ballo
aserio has joined #ste||ar
aserio has quit [Ping timeout: 246 seconds]
USTOBRE has joined #ste||ar
<USTOBRE> parsa: hello
<parsa> USTOBRE: welcome to irc
<simbergm> USTOBRE: rebecca i presume?
<simbergm> welcome!
<USTOBRE> simbergm: Thanks!
nikunj has quit [Ping timeout: 248 seconds]
nikunj has joined #ste||ar
aserio has joined #ste||ar
aserio has quit [Ping timeout: 276 seconds]
K-ballo has quit [Remote host closed the connection]
K-ballo has joined #ste||ar
aserio has joined #ste||ar
hkaiser has quit [Quit: bye]
<Yorlik> I'm getting a linker error I don't understand: https://gist.github.com/McKillroy/e8ca1d6a25e272f8afa50cae4622e614
<Yorlik> I am just using a free action in a different compilation unit, but am getting a symbol defined twice error.
<Yorlik> I suspect the inclusion of luaengine.hpp in the controller.cpp is causing the problem. I just am not really sure how I could avopid that.
<Yorlik> I thinbk I need to understand better what these Macros do
* Yorlik adds it to the pester list
<aserio> nikunj: yt?
hkaiser has joined #ste||ar
aserio has quit [Quit: aserio]
<zao> So it's this little function here that's emitted multiple times? https://github.com/STEllAR-GROUP/hpx/blob/master/hpx/runtime/actions/plain_action.hpp#L81
<zao> Hrm, no, wrong return type.