If I’ve got a julia script that’s using Distributed
for shared memory parallel computing, and I want to read in a command line parameter (i.e., number of iterations per worker), what’s the right way to do this?
If I’ve got a julia script that’s using Distributed
for shared memory parallel computing, and I want to read in a command line parameter (i.e., number of iterations per worker), what’s the right way to do this?