[ANN] MPI for Lua 0.1

  • From: Peter Colberg <peter@xxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Mon, 1 Dec 2014 22:33:03 -0500

Dear LuaJIT users,

It is my pleasure to announce the first release of MPI for Lua:

http://colberg.org/lua-mpi/

MPI for Lua provides bindings for the Message Passing Interface (MPI).
LuaJIT is a just-in-time compiler for the Lua language that provides
native C data structures through its foreign function interface (FFI)
library. MPI for Lua supports MPI-2.1, MPI-2.2 and MPI-3.0 using
Open MPI or MPICH and LuaJIT.

Peter

Other related posts:

  • » [ANN] MPI for Lua 0.1 - Peter Colberg