Malt is a multiprocessing package for Julia. You can find more information on the documentation.
You can install Malt using the Pkg mode in the Julia REPL.
pkg> add Malt
Or using Pkg.jl directly
import Pkg
Pkg.add("Malt")
Malt is a multiprocessing package for Julia. You can find more information on the documentation.
You can install Malt using the Pkg mode in the Julia REPL.
pkg> add Malt
Or using Pkg.jl directly
import Pkg
Pkg.add("Malt")