K-ballo changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
chuanqiu has joined #ste||ar
chuanqiu has quit [Quit: Connection closed]
hkaiser has quit [Quit: bye]
diehlpk_work has quit [Ping timeout: 260 seconds]
<gnikunj[m]> srinivasyadav227: yt?
<srinivasyadav227> yes
<gnikunj[m]> meeting?
<gnikunj[m]> here's the link: https://meet.google.com/uou-bpjq-tcq
<srinivasyadav227> joining
gdaiss[m]1 has quit [Quit: Idle for 30+ days]
Coldblackice has joined #ste||ar
<rachitt_shah[m]> ms and Hartmut and we meet tomorrow same time? I haven't figured out how to restructure the API docs yet, even after trying some themes, I'll send report for today?
<rachitt_shah[m]> Doxgyen is probably the issue on my end, I'm not able to pick it up fast enough
<ms[m]> rachitt_shah: it'd be nice if we could stick to the schedule, even if you might not have much to show; if nothing else we can see how we can help you get you through some of those issues
<rachitt_shah[m]> <ms[m] "rachitt_shah: it'd be nice if we"> I could surely use that help, makes sense not a delay it. We could meet again if it's alright for solving the API docs.
<ms[m]> rachitt_shah: let's stick with today then, and please don't hesitate to ping me earlier if you feel stuck
<ms[m]> the docs stuff is not exactly the easiest corner of our cmake configuration
<rachitt_shah[m]> <ms[m] "rachitt_shah: let's stick with t"> Yep, on second thoughts, we could also use today to include some docs building instructions
<rachitt_shah[m]> <ms[m] "the docs stuff is not exactly th"> Yes, still struggling a bit 😅
<rachitt_shah[m]> ms would you recommend trying to build on Windows?
hkaiser has joined #ste||ar
<ms[m]> rachitt_shah: I would don't really recommend against it, but I don't recommend for it either... the docker image is the best place to build the documentation
<ms[m]> (I'm on linux, so I wouldn't even know where to get started on windows)
<rachitt_shah[m]> <ms[m] "rachitt_shah: I would don't real"> I'm not really well versed with docker unfortunately, let me try using docker
<rachitt_shah[m]> <ms[m] "(I'm on linux, so I wouldn't eve"> I make couple of mistakes while increasing my partition sizes and broke the bootloader, hence I asked windows. Best to start off with a clean install
<rachitt_shah[m]> <ms[m] "rachitt_shah: I would don't real"> ms: does documentation for this exist? I've setup docker locally, I could try this too
<rachitt_shah[m]> <ms[m] "rachitt_shah: not explicitly in "> Let me try, I could build documentation once a local build is done
gonidelis[m] has quit [Quit: Bridge terminating on SIGTERM]
ms[m] has quit [Quit: Bridge terminating on SIGTERM]
rainmaker6[m] has quit [Quit: Bridge terminating on SIGTERM]
rgoswami has quit [Quit: Bridge terminating on SIGTERM]
pedro_barbosa[m] has quit [Quit: Bridge terminating on SIGTERM]
jedi18[m] has quit [Quit: Bridge terminating on SIGTERM]
klaus[m] has quit [Quit: Bridge terminating on SIGTERM]
tiagofg[m] has quit [Quit: Bridge terminating on SIGTERM]
rachitt_shah[m] has quit [Quit: Bridge terminating on SIGTERM]
gnikunj[m] has quit [Quit: Bridge terminating on SIGTERM]
Deepak1411[m] has quit [Quit: Bridge terminating on SIGTERM]
srinivasyadav227 has quit [Quit: Bridge terminating on SIGTERM]
rori has quit [Quit: Bridge terminating on SIGTERM]
bering[m] has quit [Quit: Bridge terminating on SIGTERM]
mdiers[m] has quit [Quit: Bridge terminating on SIGTERM]
jpinto[m] has quit [Quit: Bridge terminating on SIGTERM]
hkaiser has quit [Quit: bye]
gonidelis[m] has joined #ste||ar
bering[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
rgoswami has joined #ste||ar
jedi18[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
gdaiss[m] has quit [Remote host closed the connection]
rgoswami has quit [Remote host closed the connection]
srinivasyadav227 has quit [Remote host closed the connection]
jedi18[m] has quit [Remote host closed the connection]
gonidelis[m] has quit [Remote host closed the connection]
bering[m] has quit [Remote host closed the connection]
rachitt_shah[m] has joined #ste||ar
<rachitt_shah[m]> Can you let me know what I've done wrong?
<rachitt_shah[m]> - https://pastebin.com/V3GxERLj
<rachitt_shah[m]> I tried to build hpx locally, but got this
gonidelis[m] has joined #ste||ar
bering[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
<srinivasyadav227> rachitt_shah: tcmalloc is missing
<srinivasyadav227> you can do `sudo apt install hwloc` or use system allocater
<srinivasyadav227> for system allocator you can add this to cmake `-DHPX_WITH_MALLOC=system`
rgoswami has joined #ste||ar
jedi18[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
rgoswami has quit [Remote host closed the connection]
jedi18[m] has quit [Remote host closed the connection]
gdaiss[m] has quit [Remote host closed the connection]
gonidelis[m] has quit [Remote host closed the connection]
srinivasyadav227 has quit [Remote host closed the connection]
bering[m] has quit [Remote host closed the connection]
rachitt_shah[m] has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
gonidelis[m] has joined #ste||ar
bering[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
<srinivasyadav227> theres a type with that docker cmd, extra `~` was causing the error, do this `sudo docker run --interactive --tty stellargroup/build_env:latest bash`
<srinivasyadav227> if you want on host, and on debian or ubuntu based then this should work https://hpx-docs.stellar-group.org/latest/html/manual/building_hpx.html#how-to-install-hpx-on-debian-based-distributions
<srinivasyadav227> i would recommend using docker anyways, :) if theres any problem you restart container anytime and everything would reset
rachitt_shah[m] has joined #ste||ar
<rachitt_shah[m]> Even I would prefer using docker, however it's my first time with docker so taking time to get used to it
<srinivasyadav227> ok cool! :)
<rachitt_shah[m]> Will ping you once it's working :P
rgoswami has joined #ste||ar
jedi18[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
Coldblackice_ has joined #ste||ar
Deepak1411[m] has joined #ste||ar
ms[m] has joined #ste||ar
rori has joined #ste||ar
klaus[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
rainmaker6[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
jpinto[m] has joined #ste||ar
heller1 has joined #ste||ar
tiagofg[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
Coldblackice has quit [Ping timeout: 272 seconds]
<ms[m]> rachitt, easiest is setting -DHPX_WITH_MALLOC=system
<ms[m]> I don't think we have any of the custom allocators installed in the image
<rachitt_shah[m]> Worked! Thanks :D and sorry about the trouble.
chuanqiu has joined #ste||ar
nanmiao has joined #ste||ar
diehlpk_work has joined #ste||ar
chuanqiu has quit [Quit: Connection closed]
<ms[m]> hkaiser: btw, are you joining the gsod call or skipping this time?
<hkaiser> ms[m]: give me a sec
diehlpk_work has quit [Quit: Leaving.]
heller1 has quit [Quit: Idle for 30+ days]
diehlpk_work has joined #ste||ar
hkaiser has quit [Ping timeout: 250 seconds]
Coldblackice_ is now known as Coldblackice
hkaiser has joined #ste||ar
chuanqiu has joined #ste||ar
chuanqiu has quit [Client Quit]
nanmiao has quit [Quit: Connection closed]
nanmiao has joined #ste||ar
nanmiao has quit [Quit: Connection closed]
diehlpk_work has quit [Quit: Leaving.]
nanmiao has joined #ste||ar
diehlpk_work has joined #ste||ar
diehlpk_work has quit [Quit: Leaving.]