From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7834b3688302a052 X-Google-Attributes: gid103376,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Parallel programing in Linux Cluster using Ada95 Date: 1999/01/19 Message-ID: #1/1 X-Deja-AN: 434510749 References: <780mng$mkj$1@news-2.news.gte.net> Organization: The Mitre Corp., Bedford, MA. Newsgroups: comp.lang.ada Date: 1999-01-19T00:00:00+00:00 List-Id: In article <780mng$mkj$1@news-2.news.gte.net> "Joe L. Vojir" writes: > I was wondering if I use the task routines in the Ada95 programming > language will I be able to utlize power of our beowolf Linux cluster. This > question is just to decide if I should learn the message passing routines or > if I can use Ada's built-in paralizing capability and both would work > equally. Interesting question. As I understand the Beowolf design concept, it would help to have both a Distributed Systems Annex implementation and a tasking run-time especially targeted to the cluster. (You want to be able to spread programs across processors using partitions, but also to have a tasking run-time that assumes that rendezvous are between processors if the tasks have no need for shared memory.) Shouldn't be too hard... -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...