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/
hkaiser has quit [Read error: Connection reset by peer]
mdiers_ has quit [Ping timeout: 246 seconds]
parsa[[[w]]] has joined #ste||ar
parsa[[w]] has quit [Ping timeout: 252 seconds]
K-ballo has quit [Quit: K-ballo]
nanashi55 has quit [Ping timeout: 268 seconds]
nanashi55 has joined #ste||ar
<zao>
Ooh, one of the Swedish syspeople from another site are emigrating to NERSC. They're rather big, aren't they?
<pmikolajczyk41>
Hello! My name is Piotr and I am a student from Poland. Although I have no experience in open-source world, I would like to make some contribution to HPX project. I was thinking about fixing an issue #3442. Is anybody currently working on it? Or has anyone any tips for me? Thanks from advance for any help
<hkaiser>
pmikolajczyk41: feel free to work on #3442
<hkaiser>
that would be most appreciated
<hkaiser>
pmikolajczyk41: in terms of tips - I'd start with trying to reproduce the problem
<hkaiser>
then I'd start looking at the code base to understand the implementation of the algorithm
<hkaiser>
last I'd look to understand what is the problem
<hkaiser>
also, there is a C++Now talk from a couple of uears ago talking about how the algorithms are implemented, that might be helpful
<zao>
Sounds like fun.
<hkaiser>
pmikolajczyk41: I can't find the video, might not have been recorded
<pmikolajczyk41>
That's what I needed! Thank you very very much - I'm getting to work :)
pmikolajczyk41 has quit [Ping timeout: 256 seconds]
quaz0r has quit [Ping timeout: 250 seconds]
quaz0r has joined #ste||ar
jaafar has joined #ste||ar
jaafar has quit [Ping timeout: 250 seconds]
K-ballo has quit [Quit: K-ballo]
K-ballo has joined #ste||ar
jaafar has joined #ste||ar
jaafar has quit [Client Quit]
jaafar has joined #ste||ar
ste||ar-github has joined #ste||ar
<ste||ar-github>
[hpx] hkaiser closed pull request #3573: Make sure HPX is usable with latest released version of Vc (V1.4.1) (master...fixing_3570) https://github.com/STEllAR-GROUP/hpx/pull/3573
<ste||ar-github>
hpx/function-storage 56cff8c Agustin K-ballo Berge: Reuse function storage
ste||ar-github has left #ste||ar [#ste||ar]
<K-ballo>
hkaiser: this last change ^ makes function slightly bigger, is there any phylanx benchmark I could run to see what effect that has? how did you settle on 3*sizeof(void) originally?