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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,eba2c26567dc4074,start X-Google-Attributes: gid103376,public From: Paolo Pumilia Subject: parallel programming Date: 1998/12/01 Message-ID: <3663BCDF.E05A1B16@est.it>#1/1 X-Deja-AN: 417421641 Content-Transfer-Encoding: 7bit X-Accept-Language: en,it Content-Type: text/plain; charset=us-ascii Organization: CSTC Mime-Version: 1.0 Reply-To: pumilia@est.it Newsgroups: comp.lang.ada Date: 1998-12-01T00:00:00+00:00 List-Id: Hi all, I plan to set up a libc6 based linux box with two processors on the mainboard to speed up the execution of cyclic fortran routines. I am currenlty involved with dynamilcal simulations in statistical physics where two or more do-loops are nested together and executed a very large number of times. I run through parallel-processing howto but i need some quick hints, since i am very new to this matter. Since i will not buy a commercial fortran compiler, i am exploring the possibility to translate to ada (the gnat gpl'd version) my routines to get a parallel code. My question is: - will ada programs, given appropriate directives, run in parallel on a two processor pc intel machine, provided that that the linux kernel as been compiled setting SMP=1 in the makefile? Finally, technical notes are welcome. My idea is to get two celeron-intel processors with shared memory and pci bus. What about heating of the chipset, when cpu intensive applications are run for tens of hours? thank you for your help -- --- CSTC