digitalmars.D - MPI
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
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! -SCthere 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
== Quote from S (S s.com)'s articleIs anybody aware of a D port of MPI? Dsource doesn't seem to have one. Dheaders would be nice, but a D-ified port would be good too!-SCIt 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