cl-mpi icon indicating copy to clipboard operation
cl-mpi copied to clipboard

MPI IO

Open marcoheisig opened this issue 9 years ago • 3 comments
trafficstars

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

marcoheisig avatar Mar 24 '16 15:03 marcoheisig

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.

pavanakumar avatar Jul 04 '19 09:07 pavanakumar

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.

marcoheisig avatar Jul 04 '19 09:07 marcoheisig

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

guicho271828 avatar Jul 06 '19 04:07 guicho271828