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 | Everybody: please respond to the documentation survey: https://forms.gle/aCpNkhjSfW55isXGA
RostamLog has joined #ste||ar
rori[m] has quit [Remote host closed the connection]
gnikunj[m] has quit [Read error: Connection reset by peer]
PatrickDiehl[m] has quit [Remote host closed the connection]
pedro_barbosa[m] has quit [Read error: Connection reset by peer]
mdiers[m] has quit [Remote host closed the connection]
ms[m] has quit [Write error: Connection reset by peer]
heller[m] has quit [Read error: Connection reset by peer]
rachitt_shah[m] has quit [Read error: Connection reset by peer]
srinivasyadav227 has quit [Read error: Connection reset by peer]
jpinto[m] has quit [Remote host closed the connection]
jbjnr[m] has quit [Remote host closed the connection]
gdaiss[m] has quit [Remote host closed the connection]
jedi18[m] has quit [Write error: Connection reset by peer]
sestro[m] has quit [Remote host closed the connection]
Deepak1411[m] has quit [Write error: Connection reset by peer]
KordeJong[m] has quit [Read error: Connection reset by peer]
gonidelis[m] has quit [Read error: Connection reset by peer]
PatrickDiehl[m] has joined #ste||ar
jedi18[m] has joined #ste||ar
ms[m] has joined #ste||ar
Deepak1411[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
rachitt_shah[m] has joined #ste||ar
gonidelis[m] has joined #ste||ar
KordeJong[m] has joined #ste||ar
sestro[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
gnikunj[m] has joined #ste||ar
jbjnr[m] has joined #ste||ar
rori[m] has joined #ste||ar
heller[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
jpinto[m] has joined #ste||ar
hkaiser has quit [Quit: Bye!]
K-ballo has quit [Quit: K-ballo]
diehlpk_work has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
K-ballo has joined #ste||ar
<gnikunj[m]> srinivasyadav227 hkaiser rori meeting?
<hkaiser> yes
diehlpk_work has joined #ste||ar
<hkaiser> gnikunj[m]: btw, have you seen the overleaf FTXS project ?
<gnikunj[m]> hkaiser: yes, I saw it in the morning. Will start working on it soon.
<hkaiser> +1
<gnikunj[m]> (I'll be working on based on 1 week deadline extension that we expect from the workshop)
<gnikunj[m]> * (I'll be working based on 1 week deadline extension that we expect from the workshop)
nanmiao has joined #ste||ar
RostamLog has joined #ste||ar
diehlpk_work_ has joined #ste||ar
diehlpk_work has quit [Ping timeout: 258 seconds]
<K-ballo> C++17 is required now? there should be a bunch of overloads waiting to use if constexpr
<hkaiser> yes
<hkaiser> lot'sa modernization work ahead
<K-ballo> async and the like were heavy on the dispatching, should be a good opportunity to measure the cost
<hkaiser> indeed
<hkaiser> K-ballo: the dispatching allowed us to distribute implementation variants to different files/modules - constexpr if will require to have everything in one place, except if we want to duplicate conditions
<hkaiser> will be interesting to see what's actually better