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
hkaiser has quit [Quit: Bye!]
<rachitt_shah[m]> <ms[m]> "Should I expect an updated tarba" <- Would it be possible for you to share feedback on the current tarball so I understand if I'm going in the right direction?
<rachitt_shah[m]> And yes, I would be sending updates tarball/s as well
K-ballo has quit [Quit: K-ballo]
diehlpk_work has quit [Remote host closed the connection]
<rachitt_shah[m]> ms would it make sense to exclude cmake as well from the docs?
<rachitt_shah[m]> In doxygen*
<ms[m]> rachitt_shah looks a lot better already, so keep going with the cleanup
<ms[m]> and yes, cmake does not need to be in the docs
<ms[m]> rachitt_shah: make sure you take the definitions from `PREDEFINED` in the autodoc.doxy file that we already use
<rachitt_shah[m]> ms: fixed nearly all empty pages, struggling with removing one page - this one
<rachitt_shah[m]> Do you want me to build around with a readme page?
<rachitt_shah[m]> <ms[m]> "rachitt_shah: make sure you take" <- I didn't know about this, will try and tell you
<ms[m]> rachitt_shah: have you tried searching for where that "Macros - how, what for?" stuff is written?
<rachitt_shah[m]> Yep, I did, but got nothing concrete I could exclude, but I'll try again
<rachitt_shah[m]> I had kept the source file origin on as well, but this one didn't have that too, because in all others the generated file shows the source file
<rachitt_shah[m]> Question, would it make sense to include the phrase inside a grep search?
<ms[m]> rachitt_shah: "Macros - how, what for", or?
<rachitt_shah[m]> Found a fix, I disabled generating MD files as index.html
<ms[m]> ?
<rachitt_shah[m]> ms[m]: I forgot to change the date formats, do you want me to make a quick commit?
<ms[m]> yea please
<rachitt_shah[m]> Done, I just commented that part of code, so we could reuse it later
<ms[m]> rachitt_shah: could you try this instead: https://insegel.readthedocs.io/en/latest/configuration.html?
<ms[m]> I don't think we need to disable the date
<rachitt_shah[m]> My bad, will change
<rachitt_shah[m]> Updated
<ms[m]> jedi18: yt? just saw this on cdash: https://cdash.cscs.ch/testDetails.php?test=48784967&build=174343
<ms[m]> would you have time to check if you can reproduce it (with that seed)?
<ms[m]> I don't think it's related to the changes in the pr that it's testing there
<jedi18[m]> ms: Sure I'll have a look, thanks!
K-ballo has joined #ste||ar
<jedi18[m]> ms: I'm not able to reproduce it locally
<ms[m]> jedi18: all right, thanks for checking anyway
<ms[m]> I'll keep checking if it happens more frequently
<ms[m]> may be specific only to that one configuration as well
<jedi18[m]> Thanks
<jedi18[m]> The random value generated is platform independent right?
<jedi18[m]> I can see one case where it could fail, if end_len is 10007, since the size of the vector is 10007, but the value generated by using that seed is something else
<ms[m]> jedi18: sort of independent, I think the default rng can vary between standard libraries, but same standard library on different systems should give the same rng same with the same seed
<ms[m]> could you confirm if that's indeed a bug in the test, and if yes fix it? would save us having to figure it out sometime in the future when we happen to get the "right" seed
<jedi18[m]> Ok sure, I'll also check the other tests I've added to see if I made the same mistake there as well
<K-ballo> most random number generators aren't stable across implementations (only mt19937 and some other one)
<K-ballo> and none of the random number distributions is
<K-ballo> are?
hkaiser has joined #ste||ar
<jedi18[m]> I was using the uniform_int_distribution so yeah, I guess the value I got is different from the failed test
<ms[m]> jedi18: are you on windows?
<jedi18[m]> Yes
<ms[m]> ah, well then... no wonder
<ms[m]> thanks for the fix!
<jedi18[m]> Thanks for bringing it to my attention!
diehlpk_work has joined #ste||ar
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
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