hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
jehelset has joined #ste||ar
jehelset has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: Bye!]
jehelset has joined #ste||ar
gonidelis[m] has quit [Ping timeout: 240 seconds]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 256 seconds]
K-ballo1 is now known as K-ballo
jehelset has quit [Ping timeout: 240 seconds]
gonidelis[m] has joined #ste||ar
jehelset has joined #ste||ar
jehelset has quit [Ping timeout: 240 seconds]
hkaiser has joined #ste||ar
<K-ballo> hkaiser: so, back to single repo?
<hkaiser> K-ballo: that's what we need to decide
<K-ballo> could be a good opportunity to try and regain control over #include hell again
<hkaiser> K-ballo: ok, good point
<hkaiser> K-ballo: at least we have the circular dependencies solved by now, next step would be to consolidate headers for the API
<K-ballo> as long as it's in a single repo
<hkaiser> K-ballo: ok, I'll take a note of your position
jehelset has joined #ste||ar
<gonidelis[m]> K-ballo: nice tip
<hkaiser> gonidelis[m]: pm, pls
<srinivasyadav227> can anyone help me with this please ?, HPX master branch cmake configure gets stuck at this https://gist.github.com/srinivasyadav18/e6f6644b400a7a635d186af9acee5214
<srinivasyadav227> It eats up the system RAM after getting stuck at that point
<srinivasyadav227> Command used to perform cmake configure : `cmake -GNinja -S ./hpx -B ./hpx_build -DCMAKE_INSTALL_PREFIX=./hpx_install -DCMAKE_BUILD_TYPE=Release -DHPX_WITH_CXX_STANDARD=20 -DHPX_WITH_FETCH_ASIO=ON -DHPXLocal_WITH_CXX_STANDARD=20`
<srinivasyadav227> srinivasyadav227: It happened on 2 different machines i tried
<hkaiser> srinivasyadav227: yes, this is a cmake problem
<hkaiser> give me a sec
<hkaiser> srinivasyadav227: try adding -DHPX_WITH_MODULES_AS_STATIC_LIBRARIES=On to cmake
<hkaiser> srinivasyadav227: I'm not sure if it has been resolved in recent cmake versions, all I know it works on windows using cmake v3.22.0
<hkaiser> what cmake version do you use?
<hkaiser> I ran into this issue on our CIs and there the option I gave you fixed the problem
<srinivasyadav227> <hkaiser> "srinivasyadav227: try adding -..." <- yes this worked successfully :)
<srinivasyadav227> <hkaiser> "what cmake version do you use?" <- I am using 3.20
<srinivasyadav227> but i got same error with 3.22 as well
<srinivasyadav227> <hkaiser> "I ran into this issue on our CIs..." <- thanks a lot, the extra flag solved the issue :)
<hkaiser> +1
<hkaiser> so it's not a cmake version issue, but a (still existing) cmake on linux issue
jehelset has quit [Ping timeout: 240 seconds]
<hkaiser> srinivasyadav227: btw, would you mind creating ticket for cmake, this might help getting this fixed
<hkaiser> srinivasyadav227: here: https://gitlab.kitware.com/cmake/cmake/-/issues
jehelset has joined #ste||ar