lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Dear Lua 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