hkaiser changed the topic of #ste||ar to: The topic is '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]
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
Guest49223 has joined #ste||ar
nikunj has quit [Ping timeout: 272 seconds]
nikunj has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj97 has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj97 has quit [Ping timeout: 240 seconds]
nikunj has quit [Ping timeout: 252 seconds]
nikunj97 has joined #ste||ar
Nikunj__ has joined #ste||ar
nikunj97 has quit [Ping timeout: 272 seconds]
nikunj97 has joined #ste||ar
Nikunj__ has quit [Ping timeout: 260 seconds]
nikunj97 has quit [Ping timeout: 240 seconds]
nikunj has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj has quit [Ping timeout: 258 seconds]
nikunj97 has joined #ste||ar
nikunj has joined #ste||ar
Nikunj__ has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj97 has quit [Ping timeout: 258 seconds]
Guest49223 has quit [Ping timeout: 268 seconds]
hkaiser has joined #ste||ar
V|r has joined #ste||ar
<mdiers_> hello, unfortunately i still have a performance problem. i modified the hello_world example for this. and put it here: https://gist.github.com/m-diers/10e0bed1ac978c7f27713c7767f45acf i have recreated the problem in work_load. since it is an iterative algorithm, the structure of work_load cannot be changed very well. can someone take a look at it and give me some recommendations?
ronniegandhi has joined #ste||ar
<hkaiser> mdiers_: did you measure the idle-rates?
<mdiers_> hkaiser: the idle rate of the systems? the idle-rate of the system is near zero.
<hkaiser> mdiers_: the hpx idle-rate performance counter
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 260 seconds]
<mdiers_> hkaiser: /threads/idle-loop-count/instantaneous that is the only idle counter?
<hkaiser> no
<hkaiser> not that one
<hkaiser> sec
<hkaiser> here: /threads/idle-rate
<hkaiser> that requires rebuilding hpx with -DHPX_WITH_THREAD_IDLE_RATES=On however
<mdiers_> hkaiser: /threads{locality#*/total}/idle-rate that is the right one, but it is away ;-( I will do a rebuild
<hkaiser> mdiers_: the idle-rate counter gives you a nice aggregated measure of how well your code is parallelized
<mdiers_> hkaiser: its ot: how is the flag to build shared libs?
hkaiser has quit [Quit: bye]
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
diehlpk_work has joined #ste||ar
Nikunj__ has quit [Ping timeout: 260 seconds]
nikunj has quit [Ping timeout: 258 seconds]
nikunj has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
mdiers_ has quit [Quit: mdiers_]
mdiers_ has joined #ste||ar
mdiers_ has quit [Client Quit]
mdiers_ has joined #ste||ar
mdiers_ has quit [Client Quit]
mdiers_ has joined #ste||ar
mdiers_ has quit [Client Quit]
mdiers_ has joined #ste||ar
mdiers_ has quit [Client Quit]
mdiers_ has joined #ste||ar
mdiers_ has quit [Client Quit]
mdiers_ has joined #ste||ar
<mdiers_> hkaiser updated the gist with idle-rates (0.01%)
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj has quit [Ping timeout: 272 seconds]
nikunj has joined #ste||ar
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
nikunj has quit [Ping timeout: 265 seconds]
nikunj has joined #ste||ar
nikunj97 has joined #ste||ar
<hkaiser> mdiers_: can you re-link the gist here?
weilewei has joined #ste||ar
<weilewei> simbergm can you please update spack tag for hpx 1.4.1? Or let me know where can I obtain sha256 hash for the commit?
<hkaiser> weilewei: Rod is responsible for Spack, he maintains the package for HPX
<hkaiser> please get in contact with him to make it happen.
<weilewei> hkaiser thanks! I will contact Rod instead. simbergm please miss the message
ronniegandhi has quit [Ping timeout: 255 seconds]
weilewei has quit [Remote host closed the connection]
parsa has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
parsa has joined #ste||ar
nikunj97 has quit [Ping timeout: 255 seconds]
Nikunj__ has joined #ste||ar
nikunj97 has joined #ste||ar
Nikunj__ has quit [Ping timeout: 240 seconds]
Nikunj__ has joined #ste||ar
nikunj97 has quit [Ping timeout: 255 seconds]
nikunj97 has joined #ste||ar
Nikunj__ has quit [Ping timeout: 240 seconds]
<nikunj97> has anyone tried building boost with armclang?
<nikunj97> It says unsupported toolset when I'm trying to build it
<nikunj97> K-ballo ^^
<zao> What platform is that on?
<nikunj97> I'm on hisilicon
<zao> If you're cross-compiling, are you using something like the cmake/toolchains/ we have?
<nikunj97> I'm not cross-compiling, I'm compiling on aarch64
<nikunj97> with armclang
<nikunj97> eventually I want to build hpx
<nikunj97> but I can't get past boost as of now
<zao> ahahaha
<zao> Sorry :D
<zao> Boost is amusing with its ideas of knowing things about the target.
<zao> What library is it that is bailing out?
<nikunj97> it just won't take in armclang as a toolset
<nikunj97> it's failing at the bootstrap level
<zao> Is it supposed to?
<nikunj97> when I try gcc on bootstrap and force armclang on b2 then I get error about no .jam file found
<nikunj97> zao, I don't suppose it should
<nikunj97> Unknown toolset: armclang
<zao> I'd expect to use the "clang" toolset and explicitly specify the name of the compiler binaries in *-config.jam
<nikunj97> this is in boostrap.log
<nikunj97> armclang is supposed to be arm-hpc-compiler something
<nikunj97> it was a separate module on the cluster
<nikunj97> it has llvm backend and a different frontend
<zao> Seems to suggest to bootstrap with GCC and use "clang" with an override in user-config.jam
<nikunj97> so I thought armclang made sense
<nikunj97> ohh thanks for the link!
<nikunj97> I should've seen that
<nikunj97> I'm using 1.65 though
<nikunj97> let's see if it works. Thanks a lot for your expertise ;)
<nikunj97> zao, finally some compilation happening! Thanks again :D
<zao> \o/
hkaiser has quit [Quit: bye]
<nikunj97> Performing Test HPX_WITH_BUILTIN_INTEGER_PACK - Failed. What does the test do?
nikunj97 has quit [Quit: Leaving]
nikunj97 has joined #ste||ar
<diehlpk_work> nikunj, You could look into the Fedora spec file for boost
<diehlpk_work> They build for arm64 and arm32 and their package works for me
<nikunj97> diehlpk_work, I keep that in mind next time
<nikunj97> diehlpk_work, the spec file seems to be working with gcc as the toolset
<nikunj97> I wanted to build with armclang and not gcc. There's an extra step with armclang as zao pointed out.
<nikunj97> zao, it's nice to see HPX getting build and run examples without returning any errors ;)
<nikunj97> I can now say that HPX builds on hisilicon1616 as well!
Nikunj__ has joined #ste||ar
nikunj97 has quit [Ping timeout: 272 seconds]
nikunj97 has joined #ste||ar
hkaiser has joined #ste||ar
Nikunj__ has quit [Ping timeout: 260 seconds]
nikunj97 has quit [Quit: Leaving]
diehlpk has joined #ste||ar
<diehlpk> hkaiser, Blaze 3.7 is available in the upcoming Fedora release
<diehlpk> hkaiser, Can you please add Google Summer of Code to the irc welcome message?
<diehlpk> We do not have any mentor and additonal information there.
<diehlpk> Who is the mentor for this one?
<diehlpk> simbergm, jbjnr ?
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/ | GSoC: https://github.com/STEllAR-GROUP/hpx/wiki/Google-Summer-of-Code-%28GSoC%29-2020
<hkaiser> diehlpk: it was John's idea
<diehlpk> Ok, so I will add his name as a mentor
diehlpk has quit [Ping timeout: 260 seconds]
Abhishek09 has joined #ste||ar
<Abhishek09> diehlpk_work: When there is good time to talk with @rtohid
<diehlpk_work> Abhishek09, You might want to send him an email and ask him.
<diehlpk_work> I do not know his schedule
<Abhishek09> eMail?
<Abhishek09> diehlpk_work: Which project you mentoring this year?
<diehlpk_work> Depends on what submissions we have
<Abhishek09> But you are not interested in pip package anymore?
<Abhishek09> Ok please provide email id of rtohid
<diehlpk_work> I think since Rod is one of the main developers of phylanx, it might be better if he will mentor this project
<diehlpk_work> he has much more knowledge about the software and what to do
<diehlpk_work> Abhishek09, https://www.cct.lsu.edu/about/staff
<diehlpk_work> Please find his contact information there
<Abhishek09> He is not listed there
<Abhishek09> His full mame?
<Abhishek09> name
<Abhishek09> hkaiser: Do you have?
<hkaiser> Abhishek09: what do I have?
<Abhishek09> Email id of Rod
<hkaiser> see the staff page diehlpk_work posted above, his name is Tohid, Mohammad Rastegar
<Abhishek09> Thanks hkaiser
Abhishek09 has quit [Remote host closed the connection]
<diehlpk_work> parsa, Can you please add the AGAS results to the paper?
<diehlpk_work> You should have the last missing run by the end of this week
<diehlpk_work> Cori is down until Wed