Loading [MathJax]/extensions/Safe.js
A (very) Brief Look at Distributed Computing ( Back to Overview ) Here we will look at how (distributed) parallel computing can be achieved from within Julia. The nice thing about Julia is that parallel computing is baked into the standard library. This is only a very brief overview (and I will elaborate more on this in the future), mainly targeted at running MD simulations. For more details on fine-grained control like @spawn , take a look at: https://docs.julialang.org/en/stable/manual/parallel-computing/