error getting matdaemon to call Julia
I get an error when trying to run the example jlcall('sort', {rand(2,5)}, struct('dims', int64(2))) function from the readme. I have tried adding Julia to the PATH in multiple ways (along with @pdetrempe), including creating an alias and I still get a status = 127 error when using jlcall > try_run
Please include the error message. Also, you can pass the path to the Julia binary directly using the 'runtime' flag.
Hi, thanks for your reply. Here is the error that I get:
On your comment about passing the path to the Julia binary directly. I am not familiar with that 'runtime' flag, can you point me to a good reference to do that?
Thank you.
The runtime flag can be used to directly pass the path of the julia executable: jlcall(..., 'runtime', '/path/to/julia')
Thanks for the suggestion, when I tried doing that, I didn't get the error anymore but MATLAB did not get past the following:
When I stopped the simulation after ~20 minutes, I got the following: