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/
parsa[[w]] has joined #ste||ar
itachi_uchiha_ has quit [Ping timeout: 240 seconds]
M-ms has quit [Ping timeout: 246 seconds]
Antrix[m] has quit [Ping timeout: 240 seconds]
parsa[w] has quit [Ping timeout: 265 seconds]
FjordPrefect has quit [Ping timeout: 256 seconds]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
diehlpk has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
diehlpk has quit [Remote host closed the connection]
diehlpk has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
diehlpk has quit [Ping timeout: 240 seconds]
parsa has quit [Quit: Zzzzzzzzzzzz]
EverYoung has quit [Remote host closed the connection]
nanashi64 has joined #ste||ar
nanashi55 has quit [Ping timeout: 276 seconds]
nanashi64 is now known as nanashi55
FjordPrefect has joined #ste||ar
M-ms has joined #ste||ar
Antrix[m] has joined #ste||ar
jaafar has quit [Ping timeout: 264 seconds]
itachi_uchiha_ has joined #ste||ar
david_pfander has joined #ste||ar
david_pfander has quit [Ping timeout: 240 seconds]
<github> [hpx] biddisco created cuda_futures (+1 new commit): https://git.io/vpJxe
<github> hpx/cuda_futures ba47234 John Biddiscombe: Add new cuda kernel synchronization with hpx::future demo...
nikunj has joined #ste||ar
david_pfander has joined #ste||ar
mcopik has joined #ste||ar
mcopik has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
nikunj has quit [Ping timeout: 260 seconds]
<jbjnr> anyone here?
<jbjnr> I have a github question I don't know the answer to
<jbjnr> found the answer. you were all too slow
K-ballo has joined #ste||ar
<zao> Well done!
mcopik has joined #ste||ar
nikunj_ has joined #ste||ar
<github> [hpx] hkaiser pushed 1 new commit to master: https://git.io/vpU80
<github> hpx/master bb32a6f Hartmut Kaiser: Merge pull request #3283 from STEllAR-GROUP/ready_future_unwrap...
<github> [hpx] hkaiser pushed 1 new commit to master: https://git.io/vpU8o
<github> hpx/master 1527f95 Hartmut Kaiser: Merge pull request #3289 from STEllAR-GROUP/docker_image...
<github> [hpx] hkaiser deleted docker_image at 00d0767: https://git.io/vpU8K
nikunj_ has quit [Ping timeout: 260 seconds]
eschnett has quit [Quit: eschnett]
<github> [hpx] biddisco created libfabric_passive_to_active_non_endpoint_rdm (+1 new commit): https://git.io/vpUE9
<github> hpx/libfabric_passive_to_active_non_endpoint_rdm 0af29b9 ct-clmsn: made some small changes for compiling libfabric parcelport without HPX_PARCELPORT_LIBFABRIC_ENDPOINT_RDM
<heller> jbjnr: or you too fast
<jbjnr> maybe
<jbjnr> where U
<jbjnr> heller: ^
<jbjnr> at LSU?
<heller> I still am
parsa[[[w]]] has joined #ste||ar
<hkaiser> heller: yt?
<heller> hkaiser: there
<hkaiser> heller: I have merged your docker fixes, however those do not seem to want deploying the docker image: https://circleci.com/workflow-run/2778f16d-0ffb-4d3a-846f-e8356a97c1b7
<hkaiser> is that intentional?
<heller> hkaiser: it's part of the install step
<hkaiser> ok, is it done for master only?
<heller> sure
<hkaiser> cool
<heller> didn't you review the PR ;)?
parsa[[w]] has quit [Ping timeout: 276 seconds]
<hkaiser> I don't understand the circleci nonesense ;)
parsa[[[w]]] is now known as parsa[w]
<jbjnr> hkaiser: is ct-clmsn at LSU?
<hkaiser> not yet
<jbjnr> yet?
<hkaiser> he will visit Thursday
<hkaiser> ahh, now I got it
<hkaiser> he's at DoD
<jbjnr> sorry. I meant, employed at LSU
<jbjnr> ok
parsa[[w]] has joined #ste||ar
hkaiser has quit [Quit: bye]
parsa[w] has quit [Ping timeout: 276 seconds]
victor_ludorum has joined #ste||ar
aserio has joined #ste||ar
eschnett has joined #ste||ar
aserio1 has joined #ste||ar
aserio has quit [Ping timeout: 276 seconds]
aserio1 is now known as aserio
victor_ludorum has quit [Quit: Page closed]
hkaiser has joined #ste||ar
mbremer has joined #ste||ar
<hkaiser> K-ballo: yt?
<K-ballo> hkaiser: partially
<hkaiser> qq
<hkaiser> do you plan to look into implementing the emplace stuff for future or should I plan to adding it?
<hkaiser> K-ballo: ^^
<K-ballo> I planned to but it may be a while, feel free to go for them
<hkaiser> K-ballo: ok - you said you already implemented that, do you still have that code?
<K-ballo> unlikely
<hkaiser> k
aserio has quit [Ping timeout: 240 seconds]
simbergm has quit [Ping timeout: 256 seconds]
<mbremer> Does anyone know of pitfalls associated with have static clients? I'm getting a pure virtual method called runtime errror.
parsa has joined #ste||ar
<jbjnr> calling a pure virtual is usllay becuase you've cast a pointer to a base instead of a derived class. Any chance you have a typoe somewhere. Though if it's a client object it might be something bad happening deep inside hpx (guessing randomly)
<jbjnr> (a clientn being static - I don;t know what that would mean for the pointer - as long as you dynamic cast it -it ought to be ok I would have thought).
<mbremer> I don't think I'm doing any casting...
<mbremer> Actually lemme see, if it is what I think it is a simple MWE should be pretty easy, and if not, then it's probably something on my side anyway :)
<mbremer> I guess, I'm just worried the client outliving the hpx::finalize call
<mbremer> But let me see, that should be an easy thing to check
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
parsa has quit [Client Quit]
jaafar has joined #ste||ar
<heller> mbremer: can you show us some simple testcase to look at
EverYoung has joined #ste||ar
EverYoung has quit [Remote host closed the connection]
<mbremer> Just got one working I think
<mbremer> The issue seems to be with registration
EverYoung has joined #ste||ar
<mbremer> SO this throws the same error, I'm seeing. And if I remove L39-L40, my issues go away
<heller> hmm
<heller> and if it is non static, all is well?
<heller> try to do a A::client = Client() before calling finalize
<heller> i think the error is exactly for the reason you expected ... the client is attempted to be destroyed after finalize has been called
<mbremer> Yeah, that seems to fix it
<mbremer> kk, that seems like an easy enough fix.
<mbremer> Great, thanks @heller! I also just wanted to make sure that I wasn't doing anything too illegal from an Hpx point of view
<heller> no
<heller> the problem there really is the lifetime of the static
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
<mbremer> yeah, it's probably bordline programming practices :) But I feel like I need to initialize the client from something non-trivial so there's a certain symmetry into having to reset it at the end
EverYoung has quit [Ping timeout: 265 seconds]
EverYoung has joined #ste||ar
mcopik has quit [Ping timeout: 265 seconds]
aserio has joined #ste||ar
aserio has quit [Ping timeout: 265 seconds]
aserio has joined #ste||ar
nanashi64 has joined #ste||ar
nanashi55 has quit [Ping timeout: 246 seconds]
nanashi64 is now known as nanashi55
nanashi64 has joined #ste||ar
nanashi55 has quit [Ping timeout: 256 seconds]
nanashi64 is now known as nanashi55
EverYoun_ has joined #ste||ar
EverYoung has quit [Ping timeout: 276 seconds]
eschnett has quit [Quit: eschnett]
aserio has quit [Ping timeout: 264 seconds]
EverYoun_ has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
EverYoun_ has joined #ste||ar
EverYoung has quit [Ping timeout: 276 seconds]
<github> [hpx] sithhell created defuturize_agas at dd6daf7 (+0 new commits): https://git.io/vpTwD
<github> [hpx] sithhell pushed 1 new commit to defuturize_agas: https://git.io/vpTrC
<github> hpx/defuturize_agas 314da4e Thomas Heller: defuturizing agas
hkaiser has quit [Read error: Connection reset by peer]
mbremer has quit [Ping timeout: 260 seconds]
eschnett has joined #ste||ar
mcopik has joined #ste||ar
EverYoun_ has quit [Read error: Connection reset by peer]
EverYoung has joined #ste||ar
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
hkaiser has joined #ste||ar
EverYoung has quit [Ping timeout: 256 seconds]
parsa has joined #ste||ar
nikunj has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
nikunj has quit [Quit: Page closed]
EverYoung has joined #ste||ar