Re: WORA high performance
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Fri, 30 May 2008 20:23:28 -0400
Tom Anderson wrote:
On Fri, 30 May 2008, Kenneth P. Turvey wrote:We've discussed several times how Java isn't really well suited to scientific computing for various reasons. I was wondering if there is a write once run anywhere language that is suited to scientific computing.
How portable is properly-written Fortran 90?
Oh god, i've just discovered there's a Fortran 2003. It's got object orientation.
Fortran is not WORA, because you will need to recompile
and there most certainly are compiler specific extensions.
But the typical scientific computing program is probably
very portable. Because number crunching is not really
platform specific and that type of programs rarely
accesses database, do GUI, wants to start default
browser, want to access registry, want to map global
memory and all that stuff that often makes porting
hard.
Arne
.
- References:
- WORA high performance
- From: Kenneth P. Turvey
- Re: WORA high performance
- From: Tom Anderson
- WORA high performance
- Prev by Date: Re: WORA high performance
- Next by Date: Re: Using POST to send bitmap image with Java
- Previous by thread: Re: WORA high performance
- Next by thread: Re: WORA high performance
- Index(es):
Relevant Pages
|