marcoheisig / cl-mpi

MPI bindings for Common Lisp with many useful extras
MIT License
65 stars 8 forks source link

Add support for static linking #14

Open marcoheisig opened 6 years ago

marcoheisig commented 6 years ago

Currently, cl-mpi creates a small shared C library to interface with the host MPI. This is inconvenient on distributed systems, because it requires recompilation on each node. Someone should add an option of using ASDF's static-program-op to create independent binaries.