www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - MPI

reply S <S s.com> writes:
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
Dec 06 2007
next sibling parent BCS <ao pathlink.com> writes:
Reply to s,

 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
 
there is a binding to one of the MPIs, but I though it was on dsource. Well I can't find it, so I guess I can't help you.
Dec 06 2007
prev sibling parent jcc7 <technocrat7 gmail.com> writes:
== Quote from S (S 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>
Dec 07 2007