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
diehlpk_work has joined #ste||ar
diehlpk_work_ has joined #ste||ar
<hkaiser> ms[m]: not sure if you have seen this: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2428r0.pdf
hkaiser has quit [Quit: Bye!]
diehlpk_work has quit [Remote host closed the connection]
diehlpk_work_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
tufei has quit [Remote host closed the connection]
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
hkaiser has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has quit [Quit: Bye!]
diehlpk_work has joined #ste||ar
<diehlpk_work> gnikunj[m], gonidelis[m] Please note that this week we have to finish the final evaluation for GSoC.
<dkaratza[m]> Is there any way to `make docs` more quickly (maybe using targets)? For example, I tried `make docs/sphinx/quickstart.rst
<dkaratza[m]> ` but didn't work
hkaiser has joined #ste||ar
<ms[m]> dkaratza: unfortunately no :( it's one of the pain points of the docs...
<ms[m]> disabling api docs can help a lot though (there's just no switch for it so it requires manually commenting some stuff out in conf.py...)
<ms[m]> do you think thatd' be useful to you?
<ms[m]> * do you think that'd be useful to you?
<dkaratza[m]> how should I know what to comment out exactly?
<rori[m]> probably this!
<rori[m]> * probably this:
<dkaratza[m]> great thanxx
hkaiser has quit [Ping timeout: 250 seconds]
hkaiser has joined #ste||ar
K-ballo has quit [Read error: Connection reset by peer]
<ms[m]> dkaratza: you wouldn't :/ what rori linked looks like a good chunk to comment out, please ping me if that doesn't work...
K-ballo has joined #ste||ar
diehlpk_work_ has joined #ste||ar
<dkaratza[m]> I tried it, however it doesn't seem to speed up
diehlpk_work has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: Bye!]
<ms[m]> dkaratza: hmm, did you edit conf.py.in or the one in the build directory? my very unscientific timer (my head) gives me docs in a minute or two, and it usually takes a lot longer to build them with the api docs enabled
<ms[m]> could you try wiping the docs and share directories inside the build directory?
<ms[m]> and potentially running cmake . again in the build directory...
<ms[m]> in that case you definitely have to wipe the docs directory first
diehlpk_work_ has quit [Read error: Connection reset by peer]
diehlpk_work_ has joined #ste||ar
diehlpk_work__ has joined #ste||ar
diehlpk_work_ has quit [Ping timeout: 250 seconds]
<dkaratza[m]> ms: I did the following:
<dkaratza[m]> 1. changed the file hpx/cmake/templates/conf.py.in
<dkaratza[m]> 2. cmake
<dkaratza[m]> 3. make docs (it took around 10 min, so sth is not right)
<dkaratza[m]> <ms[m]> "could you try wiping the docs an" <- not sure what this exactly means
hkaiser has joined #ste||ar
<rachitt_shah[m]> <dkaratza[m]> "not sure what this exactly means" <- rm -rf share docs inside the docker image you have built the docs in
<rachitt_shah[m]> and use make docs with changes to conf.py/conf.py.in
<rachitt_shah[m]> I have some themes I used, if you wish to work on themes, let me know, would love to help
<dkaratza[m]> <rachitt_shah[m]> "rm -rf share docs inside the doc" <- oh alright, just remove these two
<dkaratza[m]> yeah, that was the problem
<dkaratza[m]> after removing, make took only 1-2 min, so your very unscientific timer ms was pretty accurate
<dkaratza[m]> thanks everyone
<ms[m]> dkaratza: good! sorry for not being more explicit, and thanks rachitt_shah for the help!
<ms[m]> the reason for it not speeding up without wiping those directories is that we (I) have been lazy in making it clean up files that are not used for the build, sphinx will build them in any case if they were copied over at some point
K-ballo has quit [Ping timeout: 250 seconds]