Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

> ./build.Release/bin/physl --hpx:hpx=127.0.0.1:7909 --connect I don't know anything about the `--connect` option. I'm not sure what you mean.

> @hkaiser I also attempted to have all localities run the same code, i.e. `can.p`. The all print `cannon!` and then all hang. That's progress, I guess ;-)

What should this facility return? A list of return values from the different localities?

> @hkaiser I was imagining that remote_run() would return a value from the locality which was supplied in the first argument. Hmmm, that would leave the consolidation of results to...

@rtohid yet another problem that could use your expertise. Would you be able to have a look?

@khuck: Do you know which of the test cases is actually failing?

@khuck if you run it with `--hpx:ini=phylanx.sync_execution!=1` you should see the full stack-backtrace (up until main), giving away which of the test cases actually fails.

The second stack backtrace is unrelated to the stack backtrace printed from the actual problem you reported above (one fails in the clip primitive, the other one while parsing some...

@khuck there are two: the one in the very report (top of this list) and the second one generated in gdb you posted just now.