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
<pansysk75[m]>
<hkaiser> "to make iostreams available..." <- Aha, I'm familiar doing this when I'm building a project that is using HPX.
<pansysk75[m]>
Now the difference is I was trying to add hpx/iostream in existing HPX source code.
<hkaiser>
pansysk75[m]: ahh, that would create circular dependencies
<pansysk75[m]>
Ok, I guess that's not the way to go then
<pansysk75[m]>
<hkaiser> "pansysk75: for the instrumentati..." <- Giannis sent me this, a few things are still unclear about how to use this to output relevant information
<pansysk75[m]>
Will come back with questions on this soon
<hkaiser>
pansysk75[m]: that example allows you to specify two functions: one that gets called whenever a (relevant) thread starts executing and one before it exits
<hkaiser>
you can use those to do timing/annotation/etc.