marcoheisig / cl-mpi

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

Fix call to encode function within mpi-broadcast-anything. #21

Closed jmbr closed 5 years ago

marcoheisig commented 5 years ago

I should say that the *-anything functions are not as stable and polished as I'd like them to be. I'm considering moving them from the cl-mpi repository to a separate project. But for now, I will just leave things as they are and merge this uncontroversial fix.

Thanks for reporting!