jolin-io / JuliaScript.jl

finally fast julia scripts
MIT License
79 stars 1 forks source link

MPI support? #10

Open hz-xiaxz opened 3 days ago

hz-xiaxz commented 3 days ago

Excellent package! I wonder if this package can accelerate script running with MPI like

mpiexec -n 96 julia ./my_script.jl

I haven't tried, is there a possibility?

hz-xiaxz commented 3 days ago

If the script can be compile, e.g. in the first MPI rank, and the other ranks can use this package image directly, that should be a really ideal application case for this package!