Hi, i want to parallelize my Game Of Life ancd I want a complete guide focused on how to parallelize the Julia code with the Distributed library.
Thanks for the answers.
Thanks for the answer. But I have a perplexity, when I, for example, call the function life_step, is this automatically called by every process that contains a portion of the array? Sorry if my question is a little silly but is the first time that I use parallelism and DistributedArray in Julia.