The Julia Programming Language
Add a worker to Julia
Distributed programming allows one to spin off new "workers" and control them through a master process. In this task, explore at least two ways of running Julia with multiple workers and spawn computational tasks on them, finally reporting the result in the master process.
Submit a GIF or screenshot with the output of the workers()
command, and the output of a function that includes a call to myid()
. This should include the call to start Julia, and the definition and output of the function. You can find links here.
Task tags
Students who completed this task
radroof22