www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Partial translation of MPI headers

reply Stewart Gordon <smjg_1998 yahoo.com> writes:
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.

Stewart.

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M d- s:- C++  a->--- UB  P+ L E  W++  N+++ o K-  w++  O? M V? PS- 
PE- Y? PGP- t- 5? X? R b DI? D G e++>++++ h-- r-- !y
------END GEEK CODE BLOCK------

My e-mail is valid but not my primary mailbox.  Please keep replies on 
the 'group where everyone may benefit.
Dec 12 2005
parent reply BCS <BCS_member pathlink.com> writes:
In article <dnjm6k$145u$1 digitaldaemon.com>, Stewart Gordon says...
This is a multi-part message in MIME format.
--------------070208040506050601050001
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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.

Stewart.

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M d- s:- C++  a->--- UB  P+ L E  W++  N+++ o K-  w++  O? M V? PS- 
PE- Y? PGP- t- 5? X? R b DI? D G e++>++++ h-- r-- !y
------END GEEK CODE BLOCK------

My e-mail is valid but not my primary mailbox.  Please keep replies on 
the 'group where everyone may benefit.
SWEET!!!!! I was looking for this a while ago. By the way, what does it take to get the file out of the post? When I click on the link, I get nothing.
Dec 12 2005
parent Tom S <h3r3tic remove.mat.uni.torun.pl> writes:
BCS wrote:
 SWEET!!!!! I was looking for this a while ago.  By the way, what does it take
to
 get the file out of the post? When I click on the link, I get nothing.
I think it's a problem with the web interface. Try using a real program, like Thunderbird :) -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/M d-pu s+: a-->----- C+++$>++++ UL P+ L+ E--- W++ N++ o? K? w++ !O !M V? PS- PE- Y PGP t 5 X? R tv-- b DI- D+ G e>+++ h>++ !r !y ------END GEEK CODE BLOCK------ Tomasz Stachowiak /+ a.k.a. h3r3tic +/
Dec 12 2005