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
HHN93 has quit [Quit: Client closed]
Yorlik__ has joined #ste||ar
Yorlik_ has quit [Ping timeout: 250 seconds]
hkaiser has quit [Quit: Bye!]
jbjnr[m] has quit [Remote host closed the connection]
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
Arnav-Negi has joined #ste||ar
tufei has quit [Write error: Connection reset by peer]
tufei has joined #ste||ar
<Arnav-Negi> I had a doubt regarding service_executors, I'm working on an old hpx program that usesthem and it uses a method "add"
<Arnav-Negi> building the program fails and the error says that io_pool_executor has no member add
<Arnav-Negi> So how do I run a function on an executor now, I'm assuming the interface has since changed
<zao> Arnav-Negi: Squinting at examples, it seems like you might want the `post`, `sync_execute` or `async_execute` free functions.
<zao> Not sure where the relevant HPX guide-level docs are, if any.
<zao> Many things in HPX are not member functions but rather free functions as those tend to be more generally customizable and reusable.
hkaiser has joined #ste||ar
<Arnav-Negi> Ahh yeah I can see some
<Arnav-Negi> Okay the service executor class has similar friend functions I will look into them thanks
<hkaiser> Arnav-Negi: the executor interface has to be exposed through tag_invoke overloads for sync_execute_t, etc.
<Arnav-Negi> Okay so I pass the function in parameter f and arguments in ts with some executor exec
<hkaiser> look at related tests, that usually tells you the whole story
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
hkaiser has quit [Ping timeout: 240 seconds]
HHN93 has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
HHN93 has quit [Quit: Client closed]
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
HHN93 has joined #ste||ar
HHN93 has quit [Quit: Client closed]
HHN93 has joined #ste||ar