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.1 required=5.0 tests=BAYES_05,FROM_NUMERIC_TLD, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4238f0ecff48773b,start X-Google-Attributes: gid103376,public From: 605 Subject: Any research putting tasks on MPP(or worksations cluster)? Date: 1997/05/23 Message-ID: <33860947.A99@202.197.0.180>#1/1 X-Deja-AN: 243592427 Sender: Ada programming language Comments: cc: s605@pdns.nudt.edu.cn Newsgroups: comp.lang.ada Date: 1997-05-23T00:00:00+00:00 List-Id: Hi, every one! I want to know is there any research putting Ada's task on MPP(memory distributed) system or PVM supported workstation system . We want to rewrite the Gnat to do this, and it seems wonderful if we only need to rewrite the RTS(run time system) and Pthread library. Surely, we must construct a pre-compiler to insert some code to protect the global variable. Thanks for any advice & information! Thanx again.