hkaiser 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/
diehlpk has joined #ste||ar
hkaiser has joined #ste||ar
Anushi1998 has quit [Read error: Connection reset by peer]
K-ballo has quit [Ping timeout: 252 seconds]
K-ballo has joined #ste||ar
diehlpk has quit [Ping timeout: 272 seconds]
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]
<ste||ar-github>
hpx/master 0178c39 Mikael Simberg: Add missing closing brackets in documentation
<ste||ar-github>
hpx/master 036d55a Mikael Simberg: Merge pull request #3441 from msimberg/fix-docs-brackets-2...
ste||ar-github has left #ste||ar [#ste||ar]
_diers_ has joined #ste||ar
_diers_ has quit [Read error: Connection reset by peer]
_diers_1 has joined #ste||ar
_diers_1 is now known as _diers_
jaafar has joined #ste||ar
jaafar has quit [Ping timeout: 252 seconds]
jaafar has joined #ste||ar
jaafar has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
nikunj has joined #ste||ar
ste||ar-github has joined #ste||ar
<ste||ar-github>
[hpx] msimberg opened pull request #3443: Only enable service pool config options if pools are enabled (master...fix-start_stop_callbacks-disabled-service-pools) https://github.com/STEllAR-GROUP/hpx/pull/3443
<ste||ar-github>
hpx/fix_3439 cecad26 John Biddiscombe: Pass special MPI compile definitions from parcelport through to main hpx library...
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github>
[hpx] biddisco opened pull request #3444: Pass special MPI compile definitions from parcelport to main hpx library (master...fix_3439) https://github.com/STEllAR-GROUP/hpx/pull/3444
<diehlpk_work>
hkaiser, nikunj I think that this is not related to HPXCL at all
<diehlpk_work>
It is just related how to start HPX
<hkaiser>
ok, so what's the problem?
<nikunj>
My major doubt is that things worked well with program keeping hpx_main and not keeping main
<nikunj>
prior to my implementation
<hkaiser>
well you know that hpx_init has main implemented
<hkaiser>
it might have worked just because of that, I don't know
<hkaiser>
but if that worked it was coincidental and not intended ;-)
<nikunj>
hkaiser, makes sense. I could not find a reason or an exact backtrace to it.
<nikunj>
That clears up my doubt, thanks!
<hkaiser>
nikunj: thanks for looking into this!
<diehlpk_work>
nikunj, So you just need to document how to use HPX with Mahefiles
<nikunj>
diehlpk_work, yes, I'm working on it right now.
<diehlpk_work>
Cool, thanks
<nikunj>
I've built HPX_with_documentation=On, but can't seem to understand how to produce the exact doc files. Is there any command line option that I must invoke?