On Friday, June 6, 2014 1:37:11 PM UTC-4, Carlos Baptista wrote: > > If I proceed in the MPI route, the only question is whether the MPI > package for Julia is up for the task (functionality, scalability, > performance) or should I first spend some time improving that package or > create a new one?
The MPI package for Julia is just a thin wrapper that calls a standard MPI implemenation (like OpenMPI or MPICH), so scalability and performance should not be an issue. But the package has not been worked on for a while and might needs some cleanup and functionality improvements.
