hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
diehlpk_work has joined #ste||ar
hkaiser has joined #ste||ar
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
K-ballo has quit [Quit: K-ballo]
hkaiser has quit [Quit: Bye!]
diehlpk_work has quit [Quit: Leaving]
<bhumit[m]> I was looking at [#4495](https://github.com/STEllAR-GROUP/hpx/issues/4495) and there seem to be two ways to get the desired outcome.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/2030cf68251d662152ed4e6642bc8fa525a64d0f)
<bhumit[m]> s///, s/can//
<bhumit[m]> s///, s/What/Which/, s/can//
Deepak1411[m] has quit [*.net *.split]
mdiers[m] has quit [*.net *.split]
sestro[m] has quit [*.net *.split]
gdaiss[m] has quit [*.net *.split]
wash_ has quit [*.net *.split]
mdiers[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
sestro[m] has joined #ste||ar
Deepak1411[m] has joined #ste||ar
KordeJong[m] has quit [Ping timeout: 240 seconds]
pedro_barbosa[m] has quit [Ping timeout: 240 seconds]
dkaratza[m] has quit [Ping timeout: 252 seconds]
heller[m] has quit [Ping timeout: 250 seconds]
KordeJong[m] has joined #ste||ar
dkaratza[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
heller[m] has joined #ste||ar
dkaratza[m] has quit [*.net *.split]
Deepak1411[m] has quit [*.net *.split]
gdaiss[m] has quit [*.net *.split]
mdiers[m] has quit [*.net *.split]
sestro[m] has quit [*.net *.split]
<rori[m]> I'll let ms answer for that ^^'
dkaratza[m] has joined #ste||ar
sestro[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
Deepak1411[m] has joined #ste||ar
bhumit[m] has quit [Ping timeout: 240 seconds]
gnikunj[m] has quit [Ping timeout: 246 seconds]
rori[m] has quit [Ping timeout: 250 seconds]
gnikunj[m] has joined #ste||ar
rori[m] has joined #ste||ar
bhumit[m] has joined #ste||ar
wash_ has joined #ste||ar
LorenDB[m] has quit [Quit: Bridge terminating on SIGTERM]
PatrickDiehl[m] has quit [Quit: Bridge terminating on SIGTERM]
ms[m] has quit [Quit: Bridge terminating on SIGTERM]
srinivasyadav227 has quit [Quit: Bridge terminating on SIGTERM]
Deepak1411[m] has quit [Quit: Bridge terminating on SIGTERM]
mdiers[m] has quit [Quit: Bridge terminating on SIGTERM]
jedi18[m] has quit [Quit: Bridge terminating on SIGTERM]
sestro[m] has quit [Quit: Bridge terminating on SIGTERM]
rachitt_shah[m] has quit [Quit: Bridge terminating on SIGTERM]
gdaiss[m] has quit [Quit: Bridge terminating on SIGTERM]
gonidelis[m] has quit [Quit: Bridge terminating on SIGTERM]
KordeJong[m] has quit [Quit: Bridge terminating on SIGTERM]
dkaratza[m] has quit [Quit: Bridge terminating on SIGTERM]
pedro_barbosa[m] has quit [Quit: Bridge terminating on SIGTERM]
gnikunj[m] has quit [Quit: Bridge terminating on SIGTERM]
heller[m] has quit [Quit: Bridge terminating on SIGTERM]
bhumit[m] has quit [Quit: Bridge terminating on SIGTERM]
rori[m] has quit [Quit: Bridge terminating on SIGTERM]
PatrickDiehl[m] has joined #ste||ar
ms[m] has joined #ste||ar
bhumit[m] has joined #ste||ar
LorenDB[m] has joined #ste||ar
rori[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
heller[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
rachitt_shah[m] has joined #ste||ar
dkaratza[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
jedi18[m] has joined #ste||ar
Deepak1411[m] has joined #ste||ar
KordeJong[m] has joined #ste||ar
gonidelis[m] has joined #ste||ar
sestro[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
Yorlik has joined #ste||ar
Yorlik has quit [Client Quit]
Yorlik has joined #ste||ar
Yorlik has quit [Ping timeout: 252 seconds]
diehlpk_work has joined #ste||ar
<pedro_barbosa[m]> Is it necessary to use a flag to install HPX/HPXCL in order to use callgrind?
<hkaiser> pedro_barbosa[m]: HPX might require valgrind settings
<hkaiser> I don't think hpxcl needs anything special
<hkaiser> -DHPX_WITH_VALGRIND=On
<pedro_barbosa[m]> But in order for it to work on HPXCL I need to use that flag on HPX?
<hkaiser> I believe so, yes
<pedro_barbosa[m]> Ok thank you
<hkaiser> pedro_barbosa[m]: the valgrind support was not tested in a while, please report back if you run into issues
<pedro_barbosa[m]> Will do, thanks
<gonidelis[m]> hkaiser: what's hpx::unwrapping?
<gonidelis[m]> wrong phrasing
<gonidelis[m]> i get what uwrapping is
<gonidelis[m]> the question is, do we always need it in comination with dataflow
<gonidelis[m]> ?
diehlpk_work has quit [Remote host closed the connection]
diehlpk_work has joined #ste||ar
Yorlik has joined #ste||ar
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
<hkaiser> gonidelis[m]: it's a convenience wrapper
<hkaiser> it is a function object that calls .get() on all of it's arguments that are futures and dispatches to the wrapped function, it forwards either the arguments themselves or whatever was returned from those .get() calls
hkaiser has quit [Ping timeout: 264 seconds]
hkaiser has joined #ste||ar
jehelset has joined #ste||ar
diehlpk has joined #ste||ar
Yorlik has quit [Ping timeout: 268 seconds]
diehlpk has quit [Quit: Leaving.]
Yorlik has joined #ste||ar
Yorlik has quit [Ping timeout: 245 seconds]
diehlpk_work has quit [Remote host closed the connection]
diehlpk_work has joined #ste||ar
K-ballo has quit [Ping timeout: 265 seconds]
K-ballo has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
hkaiser has quit [Quit: Bye!]