Discussion:
MPI bindings for FreePascal
(too old to reply)
Daniil Baturin
2008-08-13 07:14:51 UTC
Permalink
Are there MPI bindings for FreePascal compiler?
Georg Bisseling
2008-08-19 14:27:52 UTC
Permalink
Post by Daniil Baturin
Are 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/
Loading...