cpmech / gosl

Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
BSD 3-Clause "New" or "Revised" License
1.83k stars 145 forks source link

MPI library #48

Closed bkmgit closed 3 years ago

bkmgit commented 3 years ago

It may be helpful to have some of the components as separate projects. The GO bindings for MPI would be particularly helpful to have as a separate project. There is one other set of GO bindings for MPI https://github.com/marcusthierfelder/mpi which just has the MPI libraries as a dependency. This makes it much easier to use these on HPC systems.

cpmech commented 3 years ago

Sounds like a good idea; thanks!