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/
hkaiser has quit [Quit: bye]
shahrzad has quit [Quit: Leaving]
K-ballo has quit [Read error: Connection reset by peer]
K-ballo has joined #ste||ar
K-ballo has quit [Read error: Connection reset by peer]
K-ballo has joined #ste||ar
henrietaMag has joined #ste||ar
henrietaMag has quit [K-Lined]
hkaiser has joined #ste||ar
<hkaiser> ms[m]: circleci is reporting a missing module dependency, which I believe is not correct (the cpp-dependencies tool doesn't report that)
<hkaiser> how is that list of missing dependencies generated?
<srinivasyadav227> installed successfully on a custom docker ubuntu image, worked fine, and installed on another linux mint system worked fine ..all tests passed :-)
<srinivasyadav227> But later in the documentation I found “use docker image from stellar for development, based on Debian and clang”, so I pulled the container and ran it,, once I am in container, I ran pkg-config, I couldn’t find any hpx-application, so container from docker hub by stellar only provides dependencies for installation or hpx is preinstalled?
<ms[m]> hkaiser: it looks for hpx/modules/modulename.hpp includes, and I think also hpx/modulename/x.hpp includes
<hkaiser> ms[m]: ahh, this header can go, thanks!
<hkaiser> makes sense - the cpp-dependencies tool doesn't see the module headers
<hkaiser> srinivasyadav227: don't use the pkg-config stuff
<hkaiser> and you don't have to use our docker files, those are mostly for our CI setup
<srinivasyadav227> <hkaiser "srinivasyadav227: don't use the "> so, to compile or use hpx I should use CMake instead of pkg-config ?
<hkaiser> srinivasyadav227: that's the supported way, yes
hkaiser has quit [Ping timeout: 264 seconds]
<gonidelis[m]> could someone help with some git mess that i have created?
<gonidelis[m]> i have two branches and i rebased the one on the other so i am looking on how to reach the previous state
<gonidelis[m]> what's AGAS??
<gonidelis[m]> hkaiser: can i skip the `is_invocable_v` trait when checking for `is_inderect_callable`?
hkaiser has joined #ste||ar
<k-ballo[m]> gonideles search for git reflog
<gonidelis[m]> k-ballo: yup it saved me