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/ | GSoC2018: https://wp.me/p4pxJf-k1
mcopik has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: bye]
kisaacs has quit [Ping timeout: 240 seconds]
parsa has joined #ste||ar
eschnett has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
Anushi1998 has joined #ste||ar
Anushi1998 has quit [Remote host closed the connection]
Anushi1998 has joined #ste||ar
kisaacs has joined #ste||ar
Anushi1998 has quit [Ping timeout: 268 seconds]
nanashi55 has quit [Ping timeout: 240 seconds]
nanashi55 has joined #ste||ar
Anushi1998 has joined #ste||ar
kisaacs has quit [Ping timeout: 276 seconds]
eschnett has quit [Quit: eschnett]
Anushi1998 has quit [Ping timeout: 240 seconds]
eschnett has joined #ste||ar
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
kisaacs has joined #ste||ar
anushi has joined #ste||ar
Anushi1998 has joined #ste||ar
anushi has quit [Read error: Connection reset by peer]
Anushi1998 has quit [Ping timeout: 276 seconds]
Anushi1998 has joined #ste||ar
Anushi1998 has quit [Remote host closed the connection]
Anushi1998 has joined #ste||ar
Anushi1998 has quit [Read error: Connection reset by peer]
Anushi1998 has joined #ste||ar
Anushi1998 has quit [Ping timeout: 260 seconds]
kisaacs has quit [Ping timeout: 248 seconds]
Anushi1998 has joined #ste||ar
kisaacs has joined #ste||ar
kisaacs has quit [Ping timeout: 260 seconds]
Anushi1998 has quit [Ping timeout: 265 seconds]
mcopik has joined #ste||ar
<github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://git.io/vhWWB
<github> hpx/gh-pages c518d04 StellarBot: Updating docs
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
parsa has quit [Client Quit]
anushi has joined #ste||ar
kisaacs has joined #ste||ar
K-ballo has joined #ste||ar
kisaacs has quit [Ping timeout: 260 seconds]
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
heller has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
heller has joined #ste||ar
<hkaiser> hey heller
<hkaiser> are you back?
hkaiser has quit [Quit: bye]
mcopik has quit [Ping timeout: 260 seconds]
jakub_golinowski has joined #ste||ar
hkaiser has joined #ste||ar
jakub_golinowski has quit [Quit: Ex-Chat]
jakub_golinowski has joined #ste||ar
jakub_golinowski has quit [Client Quit]
kisaacs has joined #ste||ar
hkaiser has quit [Quit: bye]
jaafar has quit [Ping timeout: 260 seconds]
jakub_golinowski has joined #ste||ar
parsa has joined #ste||ar
mcopik has joined #ste||ar
mbremer has joined #ste||ar
nikunj has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Ping timeout: 276 seconds]
kisaacs has quit [Ping timeout: 240 seconds]
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
anushi has joined #ste||ar
<jakub_golinowski> M-ms, yt?
hkaiser has joined #ste||ar
kisaacs has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 265 seconds]
<M-ms> jakub_golinowski: here
kisaacs has quit [Ping timeout: 256 seconds]
kisaacs has joined #ste||ar
kisaacs has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: bye]
nikunj has quit [Ping timeout: 260 seconds]
kisaacs has joined #ste||ar
nikunj has joined #ste||ar
diehlpk_mobile has joined #ste||ar
kisaacs has quit [Ping timeout: 276 seconds]
kisaacs has joined #ste||ar
kisaacs has quit [Ping timeout: 265 seconds]
nikunj has quit [Quit: Leaving]
nikunj has joined #ste||ar
kisaacs has joined #ste||ar
hkaiser has joined #ste||ar
diehlpk_mobile has quit [Read error: Connection reset by peer]
<hkaiser> parsa: thanks for merging the PR
<parsa> thanks a lot for fixing the actual issue
<hkaiser> this has made things much more consistent
<hkaiser> parsa: I will work on for_each and parallel_for_each now - should be done by tomorrow
<hkaiser> what else do you need?
hkaiser has quit [Remote host closed the connection]
<nikunj> hkaiser: why can
<nikunj> why can't docker push my image, link: https://github.com/STEllAR-GROUP/hpx/pull/3338
hkaiser has joined #ste||ar
<hkaiser> nikunj: it pushes the image for the master branch only
<nikunj> oh, then please review my pr
<nikunj> hkaiser: if their is anything you want me to add, please let me know
<hkaiser> nikunj: which one?
<hkaiser> the gcc one?
<nikunj> hkaiser: yes
<hkaiser> will do
<nikunj> thanks
<nikunj> also
<nikunj> I have an update which might run hpx functionality for global scoped objects
<hkaiser> nikunj: using names starting with '__' are reserved for the implementation, could you use names without that (feel free to move the functions into a namespace, though)?
<hkaiser> nikunj: very nice
<nikunj> hkaiser: I can run everything related to hpx first in the constructor segment of the elf generated
kisaacs has quit [Ping timeout: 248 seconds]
<hkaiser> nikunj: that's great
<nikunj> hkaiser: unfortunately I cannot add initializing_main in a namespace as it is a replacement for main, and thus needs to be in global scope. Also, I used '__' to signify it as internal implementation, this will restrict users from naming their functions by this name
<nikunj> I can however change the name if you want and remove the '__' if you do not approve of it
<hkaiser> nikunj: I understand that you can't rename the __lib_... name, but everything else can be sitting wherever you like, I think
<hkaiser> nikunj: avoiding name conflicts is easiest by creating a namespace ;-)
<nikunj> hkaiser: ok, then I will include functions other than __initializing_main and __libc_start_main into a namespace
<nikunj> I can't put these 2 functions as they both are global scope implementation in gcc
<hkaiser> nikunj: yah, sure - those you can't rename
<heller> hkaiser: Hey, I'll be back on Monday
<nikunj> hkaiser: then I'll work on it and get things moving. I will most likely be able to provide you with working results for normal code by today itself, can't guarantee for hpx. I can most likely do it by deadline of 1st evaluation though.
<nikunj> hkaiser: also, will their be any initialization sequencing problem if hpx functionality is loaded first?
<nikunj> hkaiser: I'll keep it in mind if their will exist any
<hkaiser> heller: ok, cool
<hkaiser> nikunj: I hope not ;-)
<nikunj> hkaiser: that's good to hear :)
<heller> hkaiser: when do you travel to Switzerland?
hkaiser has quit [Remote host closed the connection]
kisaacs has joined #ste||ar
hkaiser has joined #ste||ar
<hkaiser> heller: sitting in a plane right now
hkaiser has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
kisaacs has quit [Ping timeout: 240 seconds]
gedaj has joined #ste||ar
parsa has quit [Read error: Connection reset by peer]
parsa has joined #ste||ar