MPI
jcc7
technocrat7 at gmail.com
Fri Dec 7 06:20:56 PST 2007
== Quote from S (S at s.com)'s article
> Is anybody aware of a D port of MPI? Dsource doesn't seem to have one. D
headers would be nice, but a D-ified port would be good too!
> -SC
It looks like there's a partial version attached to this newsgroup post (unless
you're looking for a different MPI):
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=2085
Partial translation of MPI headers
(by Stewart Gordon)
<quote>
I've made an incomplete but usable translation of the MPI headers (from LAM 7.0.6)
into D.
Also included is an example program to find prime numbers. (Yes, I know it can be
optimised a bit more.)
I suppose the next steps are:
1. Determine how much more needs to be translated in order to use the
full power of MPI.
2. Work on translating other MPI implementations, which I'm guessing are
sufficiently different for this to be an issue.
3. Create an object-oriented interface for D. I've a few ideas for
this, but with so many projects on the go already, I don't know what
time I'll have to implement them.
</quote>
More information about the Digitalmars-d
mailing list