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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5886c32d2913c1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-05 01:53:16 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsfeed.kabelfoon.nl!news2.euro.net!solnet.ch!solnet.ch!irazu.switch.ch!switch.ch!newsfeed.sunrise.ch!news.sunrise.ch!not-for-mail From: "Roger Blum" Newsgroups: comp.lang.ada References: <4062bd5b$0$706$5402220f@news.sunrise.ch> <87u10c4t5y.fsf@insalien.org> Subject: Re: Gnat Glade newbie questions Date: Mon, 5 Apr 2004 10:52:40 +0200 X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: <40711e7b$0$706$5402220f@news.sunrise.ch> NNTP-Posting-Host: 62.167.110.140 X-Trace: 1081155195 news.sunrise.ch 706 62.167.110.140 Xref: archiver1.google.com comp.lang.ada:6746 Date: 2004-04-05T10:52:40+02:00 List-Id: Hello Ludovic and Duncan, Thanks a lot for your replies and sorry for my late answer, but I've been out of town for a couple of days. I 've found installation instructions for glade on Linux at http://www.univ-orleans.fr/SCIENCES/INFO/RESSOURCES/doc-install-gnat-linux.html. Althoug anything didn't behave as described, I finally succeeded in building GLADE 3.15p on Linux. But when I do a gnatmake for my test programs, I get an error (s-stratt.adb has to be recompiled), so something still is wrong. Do you know how to fix this problem? About migration on openMosix (a Linux Kernel extension for building Clusters with automatic process migration (in a view simple words)): Do no processes (partitions) migrate on openMosix, or is it just the server partition containing the routines called by RPC? If processes definitively do not migrate on openMosix, then GLADE is not an option for me, and I have to find another way to implement the distributed version of my simulation software. About PVM and MPI: PVM is an integrated set of software tools and libraries that emulates a general-purpose, flexible, heterogeneous parallel computing framework on interconnected computers of varied architecture. (From 'Beowulf Cluster Computing with Linux'). MPI is a standardized specification of a Message Passing Interface. It's implementations support the writing of parallel programs. Both are mainly used by C/C++ routines and I've even found a link to an Ada binding (maybe outdated). I will continue investigating these two as possibilities, too. Debian is not an option for me at the moment as the simulation platform is fix (Linux / openMosix). Thanks again, Roger "Ludovic Brenta" schrieb im Newsbeitrag news:87u10c4t5y.fsf@insalien.org... > "Roger Blum" writes: > > > - All my tries to build and use GNAT Glade 3.15p from the source failed. > > Has anybody a working binary of GNAT Glade 3.15p for Windows and/or Linux > > (gnatdist and Garlic) or how can I build it from source without a lot of > > error messages? > > Use Debian. gnat and glade are there, precompiled for you. If you > choose Woody (the latest, but ageing, stable version) these will be > 3.14p. If you choose Sarge (the upcoming stable version, currently in > testing), these will be 3.15p. > > FWIW, I didn't have too much trouble compiling GNAT or GLADE, but you > can save yourself the sweat by using the precompiled packages. > > > - Can gnatdist build all the necessary executables just on the base > > of correct categorization of the packages or do I have to create 3 > > main procedures/packages? > > You only write one main procedure. gnatdist uses the configuration > pragmas and a configuration file to produce as many executables as > necessary. > > > - How can the worker get aware of the presence of the base data? > > This is also documented. You can choose between static and dynamic > remote calls, but I don't know the details. > > > - Will the distributed processes generated that way migrate on openMosix? > > I don't know. I don't know what openMosix is. > > > - Has anybody experiences made with Ada / MPI or PVM? > > What are these? > > -- > Ludovic Brenta.