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/
jaafar has quit [Ping timeout: 272 seconds]
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
K-ballo has quit [Quit: K-ballo]
jaafar has joined #ste||ar
jaafar has quit [Ping timeout: 240 seconds]
nanashi55 has quit [Ping timeout: 240 seconds]
nanashi55 has joined #ste||ar
Vir has quit [Ping timeout: 264 seconds]
Vir has joined #ste||ar
Vir has quit [Ping timeout: 246 seconds]
Vir has joined #ste||ar
david_pfander has joined #ste||ar
K-ballo has joined #ste||ar
<K-ballo> someone on the slack channel is having trouble with the release
<K-ballo> something related to affinity data
jaafar has joined #ste||ar
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] chinz07 opened pull request #3562: Removing the target suffixes (master...remove_target_suffixes) https://github.com/STEllAR-GROUP/hpx/pull/3562
ste||ar-github has left #ste||ar [#ste||ar]
jaafar has quit [Ping timeout: 246 seconds]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] K-ballo force-pushed function-target from 6d05709 to d071960: https://github.com/STEllAR-GROUP/hpx/commits/function-target
<ste||ar-github> hpx/function-target d071960 Agustin K-ballo Berge: Drop util::[unique_]function target/target_type
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] K-ballo opened pull request #3563: Drop util::[unique_]function target/target_type (master...function-target) https://github.com/STEllAR-GROUP/hpx/pull/3563
ste||ar-github has left #ste||ar [#ste||ar]
hkaiser has joined #ste||ar
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] msimberg pushed 1 new commit to remove_thread_specific_ptr: https://github.com/STEllAR-GROUP/hpx/commit/2cd4369accc36443f77e91dc3b5f96cdd5e9910e
<ste||ar-github> hpx/remove_thread_specific_ptr 2cd4369 Mikael Simberg: Merge remote-tracking branch 'origin/master' into remove_thread_specific_ptr
ste||ar-github has left #ste||ar [#ste||ar]
<jbjnr_> hkaiser: yt?
<jbjnr_> on your slides you say "See previous example, std::async has caveats" what do you mean by caveats here?
<jbjnr_> intro to futures etc ...
<hkaiser> jbjnr_: the future returned by std:;async is special, it blocks on destruction if get() was not called
<hkaiser> we don't do that in HPX (on purpose)
<jbjnr_> ok thanks. wasn't sure what you were referring to. I'm using some of your API slides for my talk. Hope you don't mind.
<hkaiser> jbjnr_: absolutely not - please use whatever you need
<K-ballo> hkaiser: I'd suggest phylanx introduces a strong function type rather than an alias, regardless of target()
<hkaiser> K-ballo: what do you mean by that?
<K-ballo> making `compiled_function` a real type
<hkaiser> K-ballo: isn't unique_function a 'real type'?
<K-ballo> yes, unique_function is a type.. compiled_function on the other hand is not a type, it is an alias
<hkaiser> it has to be type erased
<hkaiser> K-ballo: but I think I understand what you mena, you suggest that I kep track of the type referenced by the unique_function myself
<K-ballo> I mean `class compiled_function;`, implemented in terms of `unique_function` one way or another
<K-ballo> unrelated to the ::target() discussion
<hkaiser> ahh, ok
<hkaiser> sure
<hkaiser> there is more than one lazyness-driven shortcut in that code ;-)
david_pfander has quit [Ping timeout: 252 seconds]
<jbjnr_> hkaiser: why do you have an example of proimse where you async(set_lco_value(42)) in your slides?
<jbjnr_> what are you trying to tell people?
<jbjnr_> hkaiser: is it to be used for remote setting of a future using the id_type?
<heller_> yes
<jbjnr_> heller_: thanks
<K-ballo> when did we gain a dependency on boost.log???
<K-ballo> seems parcelports have their own logging going on.. I'm not touching that
<heller_> K-ballo: yes, jbjnr_ wanted that
<heller_> it should only be the libfabric one
<heller_> K-ballo: what are you up to?
<K-ballo> looking at boost dependencies, as usual
<heller_> ha
<heller_> boost::regex?
<K-ballo> what about it?
<hkaiser> heller_: boost.regex is gone
<K-ballo> mostly, it is still used in the inspect tool
<heller_> ahh, cool!
jayeshbadwaik has joined #ste||ar
<hkaiser> K-ballo: I believe some of those headers are not needed anymore, thety are just an artifact
jbjnr__ has joined #ste||ar
jbjnr_ has quit [Ping timeout: 252 seconds]
<heller_> simbergm: you really need to refer to me with "@sithhell"
david_pfander has joined #ste||ar