From owner-freebsd-hackers Wed Dec 16 16:21:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08006 for freebsd-hackers-outgoing; Wed, 16 Dec 1998 16:21:50 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from beatrice.rutgers.edu (beatrice.rutgers.edu [165.230.209.143]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07998 for ; Wed, 16 Dec 1998 16:21:46 -0800 (PST) (envelope-from easmith@beatrice.rutgers.edu) Received: (from easmith@localhost) by beatrice.rutgers.edu (980427.SGI.8.8.8/970903.SGI.AUTOCF) id TAA06961; Wed, 16 Dec 1998 19:19:32 -0500 (EST) From: "Allen Smith" Message-Id: <9812161919.ZM6960@beatrice.rutgers.edu> Date: Wed, 16 Dec 1998 19:19:31 -0500 In-Reply-To: Steve Kargl "Re: Fortran in the base system (was Re: sysinstall)" (Dec 16, 5:45pm) References: <199812162203.OAA75899@troutmask.apl.washington.edu> X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail) To: Steve Kargl , chuckr@mat.net (Chuck Robey) Subject: Re: Fortran in the base system (was Re: sysinstall) Cc: nate@mt.sri.com, sthaug@nethelp.no, bright@hotjobs.com, bs_13943_34262@adimus.de, hackers@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Dec 16, 5:45pm, Steve Kargl (possibly) wrote: > [Attributes might be screwed here] > > According to Chuck Robey: > > On Wed, 16 Dec 1998, Nate Williams wrote: > > > > > > Read what I said. It is only used by engineers that have already > > > existing Fortran code. It doesn't mean new code isn't written, but the > > > new code that is written tends to be written by folks who already have > > > written lots of Fortran code. > > > > Actually, besides the mountain of legacy code, it vectorizes (where ANSI > > C doesn't) onto supercomputers, so academics are often into Fortran. > > These guys (from my own experience) want big workstations, and aren't > > really terribly interested in PC-based OSs. A smallish program to them > > is 200 megs in size. > > Dual PII 450 MHz with 1 GB memory. You're hits some serious computing > power. The Portland Group sells HPF (high performance Fortran) for > SMP systems and clusters for linux. I haven't tried HPF yet, but > PGI's F90 compiler works under our linux emulation. As well as engineering, a lot of biochemistry (molecular modelling, energy minimization, structure prediction, etcetera) code is written in Fortran. Given the cost of swap space and memory on non-PC machines, and that energy minimization takes a _lot_ of swap space (and, preferably, memory) even for small molecules (we've got about a gig of combined memory and swap space on one of our machines that's used a lot for this, and it keeps running out...), we've been looking at the possibility of getting in a FreeBSD-based machine for just this purpose. A good Fortran compiler would be a necessity for this, although it might be worth buying something with automatic parallelization. (With such an automatic parallelizer, an equivalent of Beowulf for FreeBSD would be quite nice also - it would enable using lots of much cheaper non-Intel microprocessors, one per machine.) -Allen -- Allen Smith easmith@beatrice.rutgers.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message