[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] MPI for Lua 0.1
- From: Peter Colberg <peter@...>
- Date: Mon, 1 Dec 2014 22:37:12 -0500
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