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/
eschnett_ has joined #ste||ar
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] hkaiser force-pushed fixing_3453 from f56a07d to 2c12272: https://github.com/STEllAR-GROUP/hpx/commits/fixing_3453
<ste||ar-github> hpx/fixing_3453 2c12272 Hartmut Kaiser: Making sure networking is disabled for default one-locality-runs
ste||ar-github has left #ste||ar [#ste||ar]
jbjnr_ has joined #ste||ar
jbjnr__ has quit [Ping timeout: 250 seconds]
hkaiser has quit [Quit: bye]
K-ballo has quit [Quit: K-ballo]
nikunj has joined #ste||ar
nikunj has quit [Ping timeout: 250 seconds]
nikunj97 has joined #ste||ar
nikunj97 has quit [Ping timeout: 250 seconds]
nikunj97 has joined #ste||ar
hkaiser has joined #ste||ar
nikunj97 has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
<heller_> hkaiser: the phylanx build system is quite a mess
<heller_> hkaiser: looks like something is writing into the source directory during the cmake step
<K-ballo> woa
<heller_> some python related stuff
<heller_> any idea?
nikunj97 has joined #ste||ar
<hkaiser> heller_: yah, right
<hkaiser> heller_: that needs fixing (it's on my list for while now :/ )
<zao> I can't seem to make Phylanx find pybind11... do you have your own fork/installation of it, or am I just holding the Phylanx build wrong?
<zao> Blargh... haven't actually installed pybind11 yet <_<
<K-ballo> doesn't the vcpkg take care of that?
<zao> Probably, I'm on Linux building with my own libs and CMake.
<K-ballo> brave
<zao> If some day some foolish researcher wants anything stellar on our systems, I better be ready for the mess ;)
<hkaiser> zao: lol wise move
nikunj97 has quit [Ping timeout: 268 seconds]
<hkaiser> heller_: what did you change to avoid the full rebuilds? what was the reason for those?
nikunj97 has joined #ste||ar
hkaiser has quit [Quit: bye]
nikunj97 has quit [Ping timeout: 245 seconds]
hkaiser has joined #ste||ar
<heller_> hkaiser: the way you called cmake caused a complete rebuild
<hkaiser> heller_: but not always :/ *puzzled*
<heller_> Just the immediate dependencies of the corresponding tests
<heller_> phylanx_component was always in the set, iirc
<heller_> The build times are cut down dramatically
<zao> Odd, I don't seem to see any writes to the source directory with phylanx.
<hkaiser> zao: the __init__.py in the phylanx base module is generated
<zao> zao@freja:~/stellar/build/phylanx$ sudo zfs diff hp/zao/stellar/repos@{prebuild,postcmake}
<zao> + /hp/zao/stellar/repos/phylanx/python/phylanx/core/__init__.py
<zao> M /hp/zao/stellar/repos/phylanx/python/phylanx/core
<zao> Ah, yes.
<zao> Explains why I didn't see any changes when stracing the whole hecking build :)
<heller_> Good
<heller_> Now, this needs fixing ;)
<zao> -- Installing: /cmake/Phylanx
<zao> CMake Error at cmake_install.cmake:61 (file):
<zao> file INSTALL cannot make directory "/cmake/Phylanx": No such file or directory
<zao> This looks weird.
<zao> I, for one, don't like things I install to try to create things in the root of the filesystem :D
<hkaiser> zao: heh, I never tried installing things :-P
<hkaiser> could be completely broken, seems it actually is
<heller_> hkaiser: finally green ;)