Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

@stevenrbrandt do you think this is fixable?

@stevenrbrandt unfortunately, I'm not able to reproduce your issue. Everything seems to be working fine for me.

@tianyi93 Could you run with `--hpx:dump-config` and paste the output here, please?

@tianyi93 Could you also paste the output of `ls` of the directory `/Users/tianyi/Research/try_fix/repos/phylanx/cmake-build-debug/lib/phylanx/`, please?

@tianyi93 thank you. May I ask you to try using this HPX branch and try again: https://github.com/STEllAR-GROUP/hpx/tree/fixing_plugins_mac?

@tianyi93 things look better now, however. The registry already has all Phylanx primitives listed, so the modules have been found and loaded. The paths registered for the primitives are wrong,...

Now the Phylanx modules are not loaded any more again. Have those been built?

First steps have been implemented here: https://github.com/STEllAR-GROUP/phylanx_plugin

@ct-clmsn I was planning to do add some changes to the example project, still. Does the existing stuff work for you?

@rtohid I think the problem is that PhySL objects are never changed in-place. The following should work as expected: ``` from phylanx import Phylanx @Phylanx def test_append(): a = []...