-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
is it possible to access a sge cluster with julia from outside ? #117
Comments
You have to install the same Julia version on the Cluster. You can change which version of Julia is being started, but it has to be the same one accross the system |
Is there a way to just use the cluster to send requests from my laptop's julia directly ? (in R there's a qsub package that does that : https://cran.r-project.org/web/packages/qsub/index.html, not sure if it should work with RCall, I had no success) |
I don't know hoe the R package does that, but as long as you have The only caveat is that we currently expect a shared file-system, but it might be feasible to relax that. Contributions are always welcomed! |
I believe I have found it in the Distributed.jl package : I'll try to make it work. A bit confused now as to why there is 2 functions. |
The cluster facility I have access to has Julia v0.5 at the moment.
Since I'd rather not have to worry with version compatibility is it possible to use this "cluster power" from another julia process (eg from my laptop) ?
I mostly FFTs calculations (sound analysis).
The text was updated successfully, but these errors were encountered: