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
Yorlik__ has joined #ste||ar
Yorlik_ has quit [Ping timeout: 250 seconds]
hkaiser has quit [Quit: Bye!]
<gonidelis[m]>
<HHN93> "is there any valid type named..." <- 2, or any other integral literal
<gonidelis[m]>
2 is not a type i kno
<K-ballo>
"sentinal" looks like a typo
tufei has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
hkaiser has quit [Ping timeout: 260 seconds]
hkaiser has joined #ste||ar
<mdiers[m]>
<hkaiser> "mdiers: wrt your load balancing..." <- Thank you very much. I hadn't even seen the resiliency section with the examples.
<hkaiser>
mdiers[m]: HTH
<hkaiser>
mdiers[m]: just make sure you launch the continuations on a new threas (i.e. future.then(hpx::launch::async, [](){}); as otherwise you might end up with very deep recursions
<mdiers[m]>
hkaiser: Thanks, I will watch out for it. Otherwise I will definitely notice it ;-)