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
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