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
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 272 seconds]
K-ballo1 is now known as K-ballo
diehlpk has joined #ste||ar
hkaiser has quit [Quit: Bye!]
diehlpk has quit [Quit: Leaving.]
Yorlik has joined #ste||ar
K-ballo has quit [Ping timeout: 255 seconds]
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 246 seconds]
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
hkaiser has quit [Quit: Bye!]
gnikunj[m] has quit [Ping timeout: 244 seconds]
gnikunj[m] has joined #ste||ar
diehlpk has joined #ste||ar
diehlpk has quit [Client Quit]
diehlpk has joined #ste||ar
diehlpk_work has joined #ste||ar
K-ballo has quit [Ping timeout: 268 seconds]
K-ballo has joined #ste||ar
<gonidelis[m]> what is LD_EXECUTABLE flag denoting in a Makefile, does anybody know?
<diehlpk_work> The linker
<diehlpk_work> I think you specify with linker you want to use
<gonidelis[m]> I Think that's LD
<diehlpk_work> Yes, but you can use different linkers
hkaiser has joined #ste||ar
hkaiser has quit [Ping timeout: 268 seconds]
diehlpk has quit [Quit: Leaving.]
hkaiser has joined #ste||ar
hkaiser has quit [Quit: Bye!]
hkaiser has joined #ste||ar
Yorlik has quit [Ping timeout: 272 seconds]
<satacker[m]> gonidelis: hkaiser How do I check if a particular method exists? https://godbolt.org/z/dosePd8bz
<hkaiser> use for sfinae: void_t<decltype(f(args...)> to check whether'f' can be invoked with 'args...'
<hkaiser> or use hpx::is_invocable<>
<satacker[m]> Does it also check for callables of an object?
<satacker[m]> Oh okay, thanks
Yorlik has joined #ste||ar
Yorlik has quit [Ping timeout: 264 seconds]
<satacker[m]> https://godbolt.org/z/YcWKsfnM6 in progress. `get_awaiter` is remaining. Tests for that and `is_awaitable` too
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 256 seconds]
K-ballo1 is now known as K-ballo
diehlpk_work has quit [Remote host closed the connection]
<hkaiser> satacker[m]: \o/