I am trying to start a remote math core between two poppies.
Under Kernel configuration options For the kernel program, I have: /Applications/Mathematica.app/Contents/MacOS/MathKernel
Arguments MLOpen: -LinkMode Listen -LinkProtocol TCPIP -LinkOptions MLDontInteract
Run command: java
-jar mathssh
username@xxxxxx.dynamic.uiowa.edu / usr / local / bin / math -mathlink -LinkMode Connect -LinkProtocol TCPIP -LinkName " linkname
" -LinkHost ipaddress
When I use this remote kernel (for example, 2 + 2 does not give a result), I get an error: "The Thomas Machine kernel could not connect to the interface (Error = MLECONNECT). You should try to start the connection to the kernel outside the external interface . "
It seems that Mathematica does not even open on the remote computer, since I used the "top" and I do not see it working after starting the remote kernel.
Any help would be greatly appreciated.
source share