-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to linux nodes from windows #2902
Comments
Unfortunately we don't yet support this. The JULIA_HOME issue would be relatively simple to work around, although SSH doesn't allow arbitray environment variables to pass through. The bigger issue is that you're probably connecting from a 32-bit build to a 64-bit build, which totally screws with our data serialization. |
…installed anywhere on a remote server for #2902
I added an argument that might help with this. Try:
where the path is the path to the julia binaries, for example |
I have successfully used Julia 1.6-DEV (following #38577) to invoke workers between Linux (POSIX shell) and Windows (cmd.exe shell) in all four possible directions. Yes, you always need to specify
Julia 1.6-DEV (since #38353) now also supports passing environment variables via ssh, using the new I don't know about the state of the 32/64-bit data serialization issue mentioned by @StefanKarpinski. This would warrant opening a separate issue if it is still acute. Otherwise I think the original issue is resolved. |
Hi!
I'm currently trying Julia under Windows and wanted to point out that the machinefile option is not working correctly (I guess). I used the binary distribution and the built from the source, but when I try to connect to an ubuntu node, it tries to find Julia under the Windows installation path (but on ubuntu). I've set JULIA_HOME on the ubuntu box, but it doesn't seem to be using it.
I'm able to use this feature on Ubuntu, but it would be nice to be able to spawn jobs from windows to ubuntu.
Thanks!!
The text was updated successfully, but these errors were encountered: