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/
<gonidelis[m]>
hkaiser: any news about rostam?
<hkaiser>
gonidelis[m]: still no news, sorry
<gonidelis[m]>
no prob. i am just asking because my local machine has problem and i am scheduling on when to send it for repair
hkaiser has quit [Quit: bye]
bita has joined #ste||ar
bita has quit [Ping timeout: 264 seconds]
Coldblackice_ has joined #ste||ar
Coldblackice has quit [Ping timeout: 240 seconds]
hkaiser has joined #ste||ar
<parsa>
hkaiser: i checked and it looks like python 2 is removed from the hpx base image
<hkaiser>
parsa: do we need it?
<hkaiser>
and thanks for checking?
<hkaiser>
!
<hkaiser>
there are a lot of python related problems for other targets as well - not sure what happened - grrr
<parsa>
i think we were using something that wasn't yet available in python 3. probably is resolved by now. will find out soon
<gonidelis[m]>
what does `inline V99` do in this case?
<hkaiser>
gonidelis[m]: it imports the names from inside V99 to the surrounding namespace without making them part of the namespace in terms of ADL etc.
<hkaiser>
actually, scratch the non-ADL part
<hkaiser>
gonidelis[m]: also, cooling has been fixed, expect rostam to be up soon
<gonidelis[m]>
hkaiser: exactly...i can only see the usefulness as far as ADL is concerned. i suspect that there is something more though from my reading thus far. anyways that's great!! I will take my laptop to the repair shop tomorrow then.
<gonidelis[m]>
so the reason why we use `inline constexpr` in our CPOs
<gonidelis[m]>
is for the users to be able to write `hpx::transform()`
<gonidelis[m]>
instead of `hpx::transform_t::transform()` ?
<gonidelis[m]>
hkaiser: ^^
<hkaiser>
no, that's a different thing
<hkaiser>
the inline constexpr refers to the variable defined by the expression: inline constexpr struct foo {} foo_var;