K-ballo 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/
K-ballo has quit [Quit: K-ballo]
nanmiao has quit [Quit: Connection closed]
hkaiser has quit [Quit: bye]
diehlpk_work has quit [Ping timeout: 260 seconds]
sauravjoshi23 has joined #ste||ar
<sauravjoshi23> Hello all. I am new to this community. Looking forward to learn new things😃
sauravjoshi23 has quit [Quit: Connection closed]
sauravjoshi23 has joined #ste||ar
<zao> Hi there.
sauravjoshi23 has quit [Quit: Connection closed]
<jaafar> anyone awake? I have done something stupid and am getting a "empty function object should not be used" exception
<jaafar> Does this suggest a course of action? thx
<ms[m]> jaafar: you may have moved a function at some point (inadvertently), but it doesn't say much more without a bit of context
sestro[m] has joined #ste||ar
vroni[m] has quit [Quit: Bridge terminating on SIGTERM]
jedi18[m]1 has quit [Quit: Bridge terminating on SIGTERM]
srinivasyadav227 has quit [Quit: Bridge terminating on SIGTERM]
jpinto[m] has quit [Quit: Bridge terminating on SIGTERM]
heller1 has quit [Quit: Bridge terminating on SIGTERM]
rori has quit [Quit: Bridge terminating on SIGTERM]
gnikunj[m] has quit [Quit: Bridge terminating on SIGTERM]
gonidelis[m] has quit [Quit: Bridge terminating on SIGTERM]
ms[m] has quit [Quit: Bridge terminating on SIGTERM]
klaus[m] has quit [Quit: Bridge terminating on SIGTERM]
sestro[m] has quit [Quit: Bridge terminating on SIGTERM]
pedro_barbosa[m] has quit [Quit: Bridge terminating on SIGTERM]
tid_the_harveste has quit [Quit: Bridge terminating on SIGTERM]
k-ballo[m] has quit [Quit: Bridge terminating on SIGTERM]
tiagofg[m] has quit [Quit: Bridge terminating on SIGTERM]
gdaiss[m] has quit [Quit: Bridge terminating on SIGTERM]
vroni[m] has joined #ste||ar
jedi18[m] has joined #ste||ar
rori has joined #ste||ar
klaus[m] has joined #ste||ar
tiagofg[m] has joined #ste||ar
heller1 has joined #ste||ar
ms[m] has joined #ste||ar
jpinto[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
sestro[m] has joined #ste||ar
tid_the_harveste has joined #ste||ar
k-ballo[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
gonidelis[m] has joined #ste||ar
sauravjoshi23 has joined #ste||ar
sauravjoshi23 has quit [Client Quit]
K-ballo has joined #ste||ar
<jedi18[m]> typename F = detail::less , what's detail::less?
<gonidelis[m]> permalink?
<K-ballo> range_iterator -> range_traits<>::iterator_type
<gonidelis[m]> jedi18:
<gonidelis[m]> fyi I `git grep`ped "struct less"
<jedi18[m]> <K-ballo "range_iterator -> range_traits<>"> Ohh ok, thanks
<gonidelis[m]> I dont know if that's the most efficient way but it works for me
<jedi18[m]> Thanks, I searched less but there were a lot of results, should've realized "struct less" was what I should searched instead
<gonidelis[m]> ;) jedi18 did that too
hkaiser has joined #ste||ar
<hkaiser> srinivasyadav227: have you been able to overcome your build problems now?
<srinivasyadav227> hkaiser: no
<hkaiser> could you post your problems again, please?
<srinivasyadav227> ok one min
<hkaiser> srinivasyadav227: this looks like some missing header file, no bid deal
<hkaiser> no, rather a namesace change that was not propagated
<srinivasyadav227> ya..but I could not figure out what are the required headers for it..
<srinivasyadav227> this one got declared before? hpx::parallel::util::loop(ExPolicy&&, Begin, End, CancelToken&, F&&)’ conflicts with a previous declaration
<hkaiser> srinivasyadav227: please replace the file that generates the errors with this: https://gist.github.com/hkaiser/46bf4d0b9231325edb25f715c086d19c
<hkaiser> ii.e. this: hpx/libs/parallelism/executors/include/hpx/executors/datapar/execution_policy.hpp
<srinivasyadav227> ok
<hkaiser> let's see if that helps
<hkaiser> I blindly changed things without trying ;-)
<srinivasyadav227> ok, ;) I will try..few mins please
<hkaiser> srinivasyadav227: I'm installing vc now, let's see
<srinivasyadav227> hkaiser: ok
<srinivasyadav227> build in progress, im just waiting for it ;)
<srinivasyadav227> you included proper namespace right? like things which were not found were in parallel::execution ?
bita has joined #ste||ar
<hkaiser> srinivasyadav227: yah, might not be enough, though - so I'll fix it locally and create a PR
<srinivasyadav227> actually yea..it failed again
<srinivasyadav227> I was just creating a gist for error
<hkaiser> nvm, give me a day or so
<srinivasyadav227> yea, sure..np..till then I will try to understand loop.hpp
nanmiao has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
<hkaiser> srinivasyadav227: please see https://github.com/STEllAR-GROUP/hpx/pull/5235
<K-ballo> HPX_INVOKE_result lol, how did that happen? bad search and replace on my part?
<K-ballo> left un-compiled for.. months? years?
<hkaiser> indeed
<gonidelis[m]> it's always a <tag>_invoke_<result>
<gnikunj[m]> lol what did we have HPX_INVOKE_result for? fallback to something like std::result_of if std::invoke_result is not available?
<K-ballo> we did not have HPX_INVOKE_result
<K-ballo> we had hpx::util:invoke_result, and someone (me) replaced calls to hpx::util::invoke with HPX_INVOKE
<K-ballo> (we still have hpx::util::invoke_result)
nanmiao has quit [Quit: Connection closed]
nanmiao has joined #ste||ar
<jaafar> ms[m]: thanks for the idea! I will see if that triggers something
Mihir has joined #ste||ar
<hkaiser> jaafar: our util::function relies on some static data that needs to be initialized at startup
<hkaiser> I have seen this if the initialization sequence is wrong and other global things rely on the function before it's initialized
diehlpk_work has joined #ste||ar
mi has joined #ste||ar
akheir has joined #ste||ar
akheir1 has joined #ste||ar
akheir1 has quit [Client Quit]
akheir has quit [Quit: Leaving]
akheir has joined #ste||ar
mi1998[m] has joined #ste||ar
mi has quit [Quit: Connection closed]
<akheir> hkaiser: did you have chance to look at Frank's quote?
<hkaiser> akheir: Ram wants to talk about this, I have the impression he will backtrack on his own steps :/
<hkaiser> let's see
<hkaiser> I'll talk to him tomorrow
<akheir> we talk briefly this morning and we will talk to him tomorrow
<hkaiser> ok
<akheir> The price on disks are ridiculously high and more importantly we are under budget. what should we add?
<hkaiser> akheir: let me talk to big R first
<akheir> Sure.
<akheir> see pm plz
nanmiao has quit [Quit: Connection closed]
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
Mihir has quit [Ping timeout: 264 seconds]
bita has quit [Read error: Connection reset by peer]
bita has joined #ste||ar
nanmiao has joined #ste||ar
wash[m] has quit []
wash[m] has joined #ste||ar
bita has quit [Read error: Connection reset by peer]