From: Craig Armour <C.Armour@kings.uq.edu.au>
Newsgroups: comp.lang.fortran,comp.parallel.pvm
Subject: Re: fortran77 programming
Date: Wed, 02 Dec 1998 19:11:41 +1000
Organization: Kings College
Message-Id: <3665044D.A0F57E59@kings.uq.edu.au>
References: <3660D892.E1EDBF12@est.it>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.lang.fortran:61764 comp.parallel.pvm:7817


>  -  will my fortran77 programs, without any change,
>     run in parallel on a two processor machine, provided that kernel
>     as been compiled using SMP=1 in the makefile?

no... in c you have to use either pthreads or fork it.  Don't know about
f77 but I'm sure there's similar commands.


> 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?

ok.. as far as I know, celerons won't do smp without doing hardware
hacks read, drilling bits off and soldering bits on.  remember also that
one cpu at twice the speed is better than 2 at half that of the one.  

Cheers:)

-- 
Craig Armour: Kings College,		C.Armour@kings.uq.edu..au
The University of Queensland		s349287@student.uq.edu..au
Brisbane, Australia           	remove erroneous character to reply

