Running distributed simulations over many cores in Julia
暂无分享,去创建一个
Julia is an expressive, high-level, high-performance programming language for technical computing, with syntax similar to MATLAB, Python, and R. This presentation walks through the parallel computing functionality of Julia to implement an asynchronous parallel version of a simulation, demonstrating the complete workflow including running in the cloud using Forio Mandelbrot, Forio's platform for running massively parallel Julia jobs. We will quickly review the simulation and will be focusing primarily on parallel computation patterns.