marcoheisig / cl-mpi

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

MPI IO #7

Open marcoheisig opened 8 years ago

marcoheisig commented 8 years ago

Find a way to nicely integrate MPI IO into Common Lisp.

pavanakumar commented 5 years ago

More than raw MPI-IO I would suggest to link cl-mpi with the hdf5-cffi project to do parallel HDF5 IO. This would attract more users than raw MPI-IO and well worth the effort. I am currently testing hdf5-cffi project and can try to contribute once I am comfortable programming in CL.

marcoheisig commented 5 years ago

Wow, that would be great! I had planned on adding HDF5 support long ago, but never found the time to do it.

I will gladly collaborate with you on this. If you need someone to review your code, or to discuss design issues, just ask.

guicho271828 commented 5 years ago

just poking in ;) I worked on modernizing HDF5-CFFI some time ago and as a result it is in much better shape now and in quicklisp. I guess it is after Marco has tried that. It should be slightly easier than before