Did Julia code loading in distributed computing changed?

You can either load it before adding the distributed workers, or @eval using HDF5 after will load it only on the main process.

1 Like