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/
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
primef has joined #ste||ar
primef has quit [Ping timeout: 260 seconds]
primef has joined #ste||ar
primef has quit [Ping timeout: 260 seconds]
primef has joined #ste||ar
primef has quit [Ping timeout: 260 seconds]
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
primef has joined #ste||ar
hkaiser has quit [Quit: bye]
primef has quit [Ping timeout: 272 seconds]
<Yorlik> I tried to use moodycamels concurrentqueue, and get template redefinition errors, because it's is used by HPX
<Yorlik> Not sure that is intended ....
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
primef has joined #ste||ar
primef has quit [Ping timeout: 260 seconds]
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
<jbjnr> yorlik - just add an extra #ifndef MY_CONCURRENT_QUEUE #define MY_CONCURRENT_QUEUE to your copy and HPX's copy of the header file
<jbjnr> then it will only be included once. I've had the same trouble (apex has a copy of it'w own as well)
<zao> What about any symbols at link time, is it header-only?
<zao> Some projects make an effort to namespace libraries they have pulled in to distinguish them from other uses, especially important if you’re a lib.
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
<Yorlik> I just ended up using the HPX version of the Q. :)
hkaiser has joined #ste||ar
primef has joined #ste||ar
<simbergm> hkaiser: are you ok with me merging the docker pr?
hkaiser has quit [Quit: bye]
primef has quit [Ping timeout: 268 seconds]
hkaiser has joined #ste||ar
nikunj has joined #ste||ar
nikunj has quit [Ping timeout: 240 seconds]
K-ballo has quit [Ping timeout: 260 seconds]
K-ballo has joined #ste||ar
parsa has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
parsa has joined #ste||ar
<Yorlik> I wish there were some good resources on static polymorphism beyond CRTP, like how to efficiently use type erasure and some equivalent of the factory pattern in static polymorphism.
<Yorlik> I'm ending up using std::map to map a types code back to instantiation static member functions
<diehlpk_work> heller2 simbergm jbjnr hkaiser GSoC organization application period will close on Wednesday, February 5th at 1900 UTC
<diehlpk_work> Are we good with the project ideas?
<diehlpk_work> This link goes to an empty page
<diehlpk_work> So we should add content there
<diehlpk_work> simbergm, should we use https://github.com/STEllAR-GROUP/hpx/wiki/GSoC-2020-Project-Ideas or point to the old page from 2018?
<diehlpk_work> Previously. we copied the old page to the page with the recent year. We just have to decide for the application form
<heller2> Yes, copy it for now and then add new ideas
<heller2> Or remove stale ones
<diehlpk_work> heller2, Ok, I will copy it, but we have to clean the list by tomorrow
<simbergm> diehlpk_work: what happened to the one that jbjnr was editing?
<simbergm> he had one which was pretty much cleaned up already
<diehlpk_work> This one here was edited by Hartmut
<diehlpk_work> simbergm, Which one was edited by jbjnr ?
<diehlpk_work> I just saw the email from Google that we have to finish things and saw that the link to the project ideas is not working
<simbergm> sorry about this btw: https://circleci.com/gh/STEllAR-GROUP/hpx/161647 (master broken on circleci)
<simbergm> it's because of the update to clang 9, doesn't look too bad though (I'll look tomorrow unless someone gets there first)
<simbergm> diehlpk_work: I'm 99% sure it was the 2020 project ideas page but I may have dreamed it...
<simbergm> hmm: 99432d2 (HEAD -> master, origin/master, origin/HEAD) Destroyed GSoC 2020 Project Ideas (markdown)
<simbergm> I'll restore it
<Yorlik> Any idea how to link boost::container::pmr::monotonic_buffer_resource with CMake? After find_package it is not in my ${Boost_LIBRARIES} though container is in the required modules list in find_package.
<Yorlik> Usually container is header only, except for the pmr stuff.
<Yorlik> The library is compiled - I can see the .lib and .dll in my install
<simbergm> do we know who abishek kumar is?
<simbergm> Yorlik: no idea, sorry
<simbergm> do you have a Boost::container target or something like that?
<Yorlik> I use find_package to find boost
<Yorlik> Like this: FIND_PACKAGE( Boost ${BOOST_VERSION_MAJOR}.${BOOST_VERSION_MINOR} COMPONENTS program_options container system serialization CONFIG REQUIRED )
<Yorlik> But I get this result:
<Yorlik> Boost_LIBRARIES = C:/__A/Arc_Sb/_INSTALL/boost/boost-1.72.0/Debug/lib/boost_program_options-vc142-mt-gd-x64-1_72.lib
<Yorlik> So - it only has the program options, not the container part i need.
<Yorlik> I wonder if there is a build setting for b2 i missed.
<Yorlik> Fixed: Added Boost::container manually to my link libraries
<diehlpk_work> simbergm, Ok, I will update the page in our applicaiton and add them to the wiki
<diehlpk_work> simbergm, jbjnr Updated
<diehlpk_work> jbjnr, New page look very nice
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
<heller2> https://github.com/sithhell/hpx/pull/8 <-- I guess this is a little too much ;)?
<hkaiser> heller2: in what sense?
<heller2> combinatorial explosion...
<hkaiser> well, let's start small
<heller2> sure, just wanted to check how it goes ;)
primef has joined #ste||ar
primef has quit [Ping timeout: 265 seconds]
<heller2> '-- Found Boost: /usr/local/share/boost/1.69.0/include (found suitable version "1.69.0", minimum required is "1.61.0") ' what's this error?
<heller2> ahhh ... it is missing "system" ...
<heller2> D'oh
hkaiser has quit [Quit: bye]
weilewei has joined #ste||ar
hkaiser has joined #ste||ar
<weilewei> hkaiser I run tested on Summit and posted comments and results on your PR: https://github.com/STEllAR-GROUP/hpx/pull/4335
<weilewei> overall, the results look good, majority of tests passed
primef has joined #ste||ar
primef has quit [Ping timeout: 260 seconds]
primef has joined #ste||ar
<hkaiser> weilewei: thanks!
weilewei has quit [Remote host closed the connection]
primef1 has joined #ste||ar
primef has quit [Ping timeout: 272 seconds]
primef1 has quit [Ping timeout: 260 seconds]