Post by Daniil BaturinAre there MPI bindings for FreePascal compiler?
Well, the bindings would define the API of MPI calls from the language Pascal.
The MPI standard does not prescribe an Pascal binding. You would have to define
that yourself. If you google for the keywords "Delphi MPI" you find some hints.
After having agreed on a binding you still need an implementation of that binding.
It might be straight forward to just write wrappers around the 20 or so MPI C functions
that you need (presuming that Free Pascal can call C routines) instead of hoping that
someone will wrap all the 300+ functions.
--
This signature intentionally left almost blank.
http://www.this-page-intentionally-left-blank.org/