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/
<ste||ar-github>
hpx/thread_local_allocator b4fefd2 Hartmut Kaiser: Partially rolling back AGAS changes as those have caused issues with multiple initialization scenarios
ste||ar-github has left #ste||ar [#ste||ar]
aserio has joined #ste||ar
khuck has joined #ste||ar
david_pfander has quit [Ping timeout: 252 seconds]
<ste||ar-github>
hpx/thread_local_allocator 8065772 Hartmut Kaiser: Splitting partitioned_vector_exclusive_scan to avoid clang problems on circleci
ste||ar-github has left #ste||ar [#ste||ar]
galabc has quit [Ping timeout: 245 seconds]
bibek has quit [Quit: Konversation terminated!]
nikunj97 has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: bye]
khuck has quit [Remote host closed the connection]
hkaiser has joined #ste||ar
nikunj has joined #ste||ar
<diehlpk_work>
nanashi55, What is the default vlaue for -DHPX_WITH_DYNAMIC_HPX_MAIN?
<hkaiser>
diehlpk_work: currently it's ON by default
<diehlpk_work>
Ok, can we switch to off?
<hkaiser>
any problems?
<diehlpk_work>
I am not sure, I habe to look into it depper, but Gabriel got this error https://pastebin.com/6u6SmT5R
<diehlpk_work>
He tries to use the HPXML approach to find the parameters for BLAZE
<hkaiser>
nikunj: yt?
<hkaiser>
diehlpk_work: that's for nikunj to figure out
<hkaiser>
diehlpk_work: you can always set HPX_WITH_DYNAMIC_HPX_MAIN to OFF, att least for now, for testing
<diehlpk_work>
Sure, Shaharzad and Gabriel doing it right now for blaemark
khuck has joined #ste||ar
khuck has quit [Remote host closed the connection]
khuck has joined #ste||ar
mcopik has quit [Ping timeout: 252 seconds]
chocoreaper has joined #ste||ar
eschnett has quit [Quit: eschnett]
quantumwarp has joined #ste||ar
chocoreaper has quit [Remote host closed the connection]
quantumwarp has quit [Quit: Leaving]
quantumwarp has joined #ste||ar
quantumwarp has quit [Client Quit]
<nikunj>
hkaiser, here
mcopik has joined #ste||ar
<nikunj>
diehlpk_work, is BLAZE used with libraries of HPXML?
<nikunj>
iirc, we didn't make changes to cmake in HPXML
<zao>
Sounds a bit annoying that every single external user of HPX thus far is running into problems :)
<nikunj>
as expected, HPXML does not update the cmake scripts
<nikunj>
That was the reason for failing build. I'll add a PR right away
<nikunj>
zao, apologies :(
<zao>
I've solved all my problems by not using HPX in the first place :D
<nikunj>
diehlpk_work, it seems that hpx is not updated in hpxml
<nikunj>
I can't find my implementations on master
<nikunj>
aah! The reason for the error is due to the blaze makefile containing the appropriate flags while hpxml didn't contain my implementation. I'll have to do something about such scenarios as well. Until then, updating the hpxml with hpx master will make things work again.
aserio has quit [Quit: aserio]
eschnett has joined #ste||ar
<hkaiser>
zao: don't be so harsh to our young friends
<hkaiser>
nikunj: blazemark fails as well - I have to somewhat agree with zao, we wanted to have the new system work without having to change each and every system