cl-mpi
Common Lisp bindings for the Message Passing Interface (MPI)
$ area51 add cl-mpiCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-mpi:some-function ...)Common Lisp bindings for the Message Passing Interface (MPI)
$ area51 add cl-mpiCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-mpi:some-function ...)