comp.lang.ada
 help / color / mirror / Atom feed
From: jtg <jtg77@poczta.onet.pl>
Subject: Re: Ada-friendly MPI
Date: Thu, 23 Jun 2005 10:03:09 +0200
Date: 2005-06-23T10:03:09+02:00	[thread overview]
Message-ID: <d9dq5i$4tr$1@korweta.task.gda.pl> (raw)
In-Reply-To: <zPydnbwf94oKcCXfRVn-uQ@comcast.com>

*-> That Guy Downstairs <-* wrote:
> Hi all,
> I am looking at getting into a LAM-MPI system running Ada95 on Linux.
> Does anyone have any learning / reference info suggestions?
> Books? PDFs? etc?
> 

I was looking for such a solution for a long time
until the obvious came to my mind: MPI calls can be executed from C code
and everything else can be in Ada.
You can write one-line function in C for every MPI call you want to use,
then gather these functions in separate .c file and call them
from Ada code. Simple, quick and portable (if you support the right
.c file for each platform).
What is more, you can use all the abundant learning/reference info
intended for C users.



      parent reply	other threads:[~2005-06-23  8:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-22  4:48 Ada-friendly MPI *-> That Guy Downstairs <-*
2005-06-22  8:28 ` Pascal Obry
2005-06-23 13:08   ` jtg
2005-06-23 16:37     ` Pascal Obry
2005-06-23 20:26       ` jtg
2005-06-23 20:59         ` Pascal Obry
2005-06-23 22:14           ` jtg
2005-06-24  6:39             ` Pascal Obry
2005-06-24 10:31               ` Ludovic Brenta
2005-06-25  6:33               ` jtg
2005-06-23  8:03 ` jtg [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox