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 [Quit: K-ballo]
<dkaratza[m]>
Well, I tried `sudo docker run -it --privileged -v=hpx_docker:/hpx/source -v=build_docker:/hpx/build stellargroup/build_env:latest`. The source code of hpx is in **hpx_docker** directory. But when I use the aforementioned command, I don't see any hpx code inside the directory **/hpx/source**. Do you have any idea why?
<dkaratza[m]>
Never mind, solved it. It was the $HOME variable
K-ballo has joined #ste||ar
<dkaratza[m]>
ok, I have 2 questions:
<dkaratza[m]>
1. do I need to save this container? or am I going to be creating a new one each time?
<dkaratza[m]>
2. how can I render my local documentation changes?
<gnikunj[m]>
1. You'll have to save the container once after you've installed all dependencies and then you can use the same container over and over.
<gnikunj[m]>
2. The docs generate html files so you can render them on the browser.
<dkaratza[m]>
oh ok
<dkaratza[m]>
sphinx generates the html files right? cause i'm new to sphinx as u see
<gnikunj[m]>
Yes, sort of. The cmake builder uses doxygen first to parse through HPX sources and then generate a json. That's taken up by sphinx along with other written texts (see rst files) to generate html files.
<dkaratza[m]>
so, let's say I want to modify a page. Do I have to do sth like:
<dkaratza[m]>
1) I change the corresponding rst file
<dkaratza[m]>
2) cmake
<dkaratza[m]>
3) sphinx
<gnikunj[m]>
Doing 1 should reflect changes in the final renders. You would want to change cmake and sphinx if: