cl-mpi

MIT

Common Lisp bindings for the Message Passing Interface (MPI)

$ area51 add cl-mpiCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-mpi:some-function ...)