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/
<simbergm> no problem, was just wondering if I was way off
<simbergm> still need to look into it to see if that pr caused some of the failed tests or if they were unrelated
<simbergm> phylanx still had problems with cmake, right? unusable or just annoying?
<hkaiser> simbergm: annoyingly unusable ;-)
<hkaiser> I think we have a workaround for now
<simbergm> great, best of both worlds
<simbergm> ok, good
<simbergm> on the phylanx side or hpx?
<simbergm> just saw your comment on the pr as well about changing to 14 on circle
<hkaiser> simbergm: yes, that is what we might have to do
<hkaiser> also we need to talk to Klaus about how he deals with -std=c++17
<hkaiser> I also think that we should not force the c++ mode onto dependent projects, at least we should allow to overwrite this
hkaiser has quit [Quit: bye]
nanashi55 has quit [Ping timeout: 250 seconds]
nanashi55 has joined #ste||ar
mcopik has joined #ste||ar
mcopik has quit [Ping timeout: 268 seconds]
bibek has quit [Quit: Konversation terminated!]
bibek has joined #ste||ar
bibek has quit [Read error: Connection reset by peer]
bibek has joined #ste||ar
bibek has quit [Read error: Connection reset by peer]
_bibek_ has joined #ste||ar
_bibek_ has quit [Quit: Konversation terminated!]
_bibek_ has joined #ste||ar
_bibek_ has quit [Quit: Konversation terminated!]
_bibek_ has joined #ste||ar
_bibek_ has quit [Client Quit]
_bibek_ has joined #ste||ar
hkaiser has joined #ste||ar
_bibek_ has quit [Quit: Konversation terminated!]
_bibek_ has joined #ste||ar
_bibek_ has quit [Client Quit]
_bibek_ has joined #ste||ar
jaafar has joined #ste||ar
jaafar has quit [Ping timeout: 244 seconds]
mcopik has joined #ste||ar
mcopik has quit [Ping timeout: 252 seconds]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] msimberg closed pull request #3489: Remove deprecated options for 1.2.0 (master...remove-deprecated-options) https://github.com/STEllAR-GROUP/hpx/pull/3489
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] msimberg pushed 3 new commits to master: https://github.com/STEllAR-GROUP/hpx/compare/6136a219d29a...d4bd36da10d2
<ste||ar-github> hpx/master 7388d0c Mikael Simberg: Don't create task immediately with hpx::apply
<ste||ar-github> hpx/master 14c325c Mikael Simberg: Change async to apply when future is unused in some tests
<ste||ar-github> hpx/master d4bd36d Mikael Simberg: Merge pull request #3490 from msimberg/apply-run_now-false...
ste||ar-github has left #ste||ar [#ste||ar]
hkaiser has quit [Quit: bye]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://github.com/STEllAR-GROUP/hpx/commit/6f7bf1ff9387ad47ee4a07a4a29981d1ced1fcc7
<ste||ar-github> hpx/gh-pages 6f7bf1f StellarBot: Updating Sphinx docs
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://github.com/STEllAR-GROUP/hpx/commit/c27698dbde8e345570f3bf28c3533a7b9bf9c756
<ste||ar-github> hpx/gh-pages c27698d StellarBot: Updating Sphinx docs
ste||ar-github has left #ste||ar [#ste||ar]
<zao> I love our build system :( "3% tests passed, 546 tests failed out of 561"
<zao> Suspecting that most of the test aren't built at all when I invoke the 'test' target.
<zao> I can never remember what targets you need to extraneously mention to get tests built, and get tests run.
<zao> Trying to make an EasyBuild recipe for HPX, and HPX isn't being helpful :P
<K-ballo> no test is built by the test target, right? that's the cmake one
<zao> I still find it very weird compared to all other software I've built at work.
<zao> Where invoking `make` builds all the things that are enabled (tests, examples, libraries, whatever) and `make test` runs the test suite.
<zao> Earlier HPX had the aggravating behaviour where there was no particular step to build-but-not-run executable tests, all you had was a target that built-and-ran.
<zao> Now I have no idea if we've addressed it, but the canonical `make test` does heck-all in a traditional `cmake, make, make test, make install` workflow.
<zao> (not helped by that I'm wrangling an existing module build system to do this, so it's hard to tell what actually happens)
<zao> Oh gods... I've now gotten it to a stage where it seems to compile the tests as part of `make tests`, serially :(
<K-ballo> testS compiles the tests, yes
<K-ballo> I used to do make tests.unit tests.regression ... to have them built but not ran
<zao> In the past, it also ran them, which was a pain.
<K-ballo> it still runs them, doesn't it?
<zao> Probably.
<K-ballo> just list them all
<K-ballo> all 561 of them
<zao> :D
nikunj has joined #ste||ar
maxwellr96 has joined #ste||ar
<maxwellr96> Is there a way to get Python more recent than 3.4 on Rostam?
<zao> Fascinating... now "tests" didn't run the tests when I had built the three sub-targets before.
<maxwellr96> Ah, hadn't spotted it in the available modules list before
<zao> Odd. 'tests' doesn't seem to run them anymore, which is nice.
<zao> At least not if I've built the separate categories before.
<zao> (this is 1.1.0, building an actual release for once)
hkaiser has joined #ste||ar
<zao> "100% tests passed, 0 tests failed out of 561"
<zao> Witchcraft.
<hkaiser> ;-)
nikunj has quit [Remote host closed the connection]
<zao> Does a stock HPX installation have anything to do with Python but the test scripts?
<zao> Pondering if I should package it with a build or runtime dependency on Python.
<zao> (there's the choice of Python 2, Python 3, or nothing in this module system)
<heller> zao: no, just the tests
mcopik has joined #ste||ar
<zao> Great, just need to figure out how to tell Boost to not care about Python then, even if one is present.
khuck has joined #ste||ar
<khuck> hkaiser: you there? I am working on the ERCAP request
hkaiser has quit [Read error: Connection reset by peer]
<khuck> guess not.
hkaiser has joined #ste||ar
<khuck> heller: you there?
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] msimberg deleted release at 3a95a3c: https://github.com/STEllAR-GROUP/hpx/commit/3a95a3c
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] msimberg created release from master (+0 new commits): https://github.com/STEllAR-GROUP/hpx/commits/release
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] msimberg pushed 2 new commits to release: https://github.com/STEllAR-GROUP/hpx/compare/d4bd36da10d2...badfd8969f30
<ste||ar-github> hpx/release 8e892d7 Mikael Simberg: Change version tag to rc1 for 1.2.0 release
<ste||ar-github> hpx/release badfd89 Mikael Simberg: Update release procedure to reflect move to sphinx
ste||ar-github has left #ste||ar [#ste||ar]
<simbergm> zao: yeah, make tests was changed sometime this year to only build the tests (so that it's consistent with make tests.unit etc.)
<simbergm> make tests && make test is the new make tests
<zao> +1
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://github.com/STEllAR-GROUP/hpx/commit/b4ff7af8a6fbaf0b57fd6a621ef0181de3d9a592
<ste||ar-github> hpx/gh-pages b4ff7af StellarBot: Updating Sphinx docs
ste||ar-github has left #ste||ar [#ste||ar]
khuck has quit [Remote host closed the connection]