I am trying to run Julia on remote Linux server from my desktop Ubuntu computer using the *terminal window*. The server has julia *0.4.2* installed, and I am able to initiate ssh connection with the server.
My questions are really standard, but I was not able to find answers on the internet. So could anyone please give some hints on the following. 1. how to invoke Julia on remote Linux server using the Terminal window, given that the connection has already been established ? In particular, I've written a Julia module which I want to use on the server for some speed-up. The module itself works fine. 2. Will Julia automatically utilize all available resources (cpu-s) of the server or I need to adjust the code manually to achieve that ? E.g. if the process concerns standard matrix operations, or loops in general? Many thanks in advance, Hayk
