Getting started with HPC and Julia

Hi,

Julia 1.6.7 is LTS version. Am I too oldschool?

I have a shared folder but I decided to place julia on each node separately (not on shared folder).
I dont know exactly but I guess that if all nodes use the same shared julia then it may badly influence on perfomance due to network issues.

You almost certainly are. Unless you are working under constraints which mean that you never want to change your code or dependencies you should almost certainly be working with the stable release, ie 1.9. Julia has made lots of progress since 1.6

2 Likes

Kerim, I thought the same thing. You can see this in my posts in the past.
I am wrong - use the shared folder.

1 Like

Good to know thank you!