Re: [go-nuts] Is there a Go native approch to MPI (Message passing interface) ?

2020-09-15 Thread Serge Hulne
Thank you for the info. On Monday, 14 September 2020 at 13:07:25 UTC+2 rcore...@gmail.com wrote: > I just wrote a wrapper around open mpi in Go: https://github.com/emer/empi > > Also, here's a set of random go bindings I found: > • https://github.com/yoo/go-mpi > •

Re: [go-nuts] Is there a Go native approch to MPI (Message passing interface) ?

2020-09-14 Thread Samuel Lampa
Nice, thanks a lot for sharing! Best Samuel On Monday, September 14, 2020 at 1:07:25 PM UTC+2 rcore...@gmail.com wrote: > I just wrote a wrapper around open mpi in Go: https://github.com/emer/empi > > Also, here's a set of random go bindings I found: > • https://github.com/yoo/go-mpi > •

Re: [go-nuts] Is there a Go native approch to MPI (Message passing interface) ?

2020-09-14 Thread Randall O'Reilly
I just wrote a wrapper around open mpi in Go: https://github.com/emer/empi Also, here's a set of random go bindings I found: • https://github.com/yoo/go-mpi • https://github.com/marcusthierfelder/mpi • https://github.com/JohannWeging/go-mpi Even a from scratch