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 quit [Remote host closed the connection]
nanmiao has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
nanmiao has quit [Ping timeout: 256 seconds]
hkaiser has quit [Quit: Bye!]
jehelset has quit [Ping timeout: 260 seconds]
jehelset has joined #ste||ar
jehelset has quit [Ping timeout: 250 seconds]
jehelset has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
akheir has quit [Quit: Leaving]
diehlpk_work has joined #ste||ar
jehelset has quit [Ping timeout: 250 seconds]
<jedi18[m]> hkaiser: gonidelis there's no electricity for some reason and I'll not sure when it'll come back up :/
<gonidelis[m]> jedi18: see pm please
<jedi18[m]> I'll let you know if it comes back up but if not, can we shift the meeting to some day next week?
<hkaiser> jedi18[m]: sure, let's wait for everything to get back to normal
<hkaiser> we can stop scheduling these meetings until you have more time, if you want as well
<jedi18[m]> Yeah I think that would be better till the end of Feb, I seriously overestimated how much free time I have after internship and college work
<jedi18[m]> I'll ping you when I have something to discuss and we can have meetings like that instead till then?
<hkaiser> jedi18[m]: sure, np
<gnikunj[m]> hkaiser: how do I use `std::apply` on a member function?
<gnikunj[m]> It's always complaining of invalid use of non-static member function (Even if I pass an object of the class as argument)
<hkaiser> gnikunj[m]: you need to supply an object to call the member function on
<hkaiser> std::apply(std::bind(&foo::f, foo{}), ...) ?
<hkaiser> gnikunj[m]: alternatively supply the object instance as the first argument in the tuple: apply(&foo::f, make_tuple(foo{}, ...))
<hkaiser> well, you need to use bind_back, however that was not added to c++20, only bind_front was added
<hkaiser> but a lambda will do: apply([](auto&&... args) { foo{}.f(forward<decltype(args)>(args)...;}, tuple);
<gnikunj[m]> I thought so. Thanks hkaiser
<gnikunj[m]> hkaiser: BTW I can look into auto serialisation in HPX. I’ve implemented that using template <auto> in Charmlite.
<gnikunj[m]> *auto-> no macros
<gnikunj[m]> s/<//, s/>//
jehelset has joined #ste||ar
<gonidelis[m]> hkaiser: feel free to show the improved HPX plot that i shared with you
<hkaiser> gonidelis[m]: did you share something with me?
<hkaiser> gnikunj[m]: sure, feel free
<gonidelis[m]> hkaiser: yes in your pm?
<hkaiser> ahh
<gonidelis[m]> will send it to your gmail to be safe
<hkaiser> looks good!
<hkaiser> nice
<hkaiser> that's what I like to see ;-)
<hkaiser> however, now we need to answer the question why Nan's results are worse than yours ;-)
<gonidelis[m]> nan is using zane's charm
<gonidelis[m]> it's probably better than mine
* K-ballo reads "NaN results are worse"
<gonidelis[m]> K-ballo: what is that ? 😅
<hkaiser> NaN == 'not a number'
<gonidelis[m]> i know... i just didn't understand what type of command did augustin type
<gonidelis[m]> agustin*
jehelset has quit [Ping timeout: 250 seconds]
<K-ballo> "/me"
* gonidelis[m] "nan is a girl form the group"
* gonidelis[m] says "nan is a girl from our group"
diehlpk_work has quit [Ping timeout: 260 seconds]
diehlpk_work has joined #ste||ar
jehelset has joined #ste||ar