Re: gfortran binaries from 64 to 32 bit
- From: chiara <bernardini.chiara@xxxxxxxxx>
- Date: Mon, 17 Sep 2007 10:41:45 -0000
On 15 Set, 17:13, Thomas Koenig <tkoe...@xxxxxxxxxxxxx> wrote:
On 2007-09-14, chiara <bernardini.chi...@xxxxxxxxx> wrote:
I have a problem that i cannot fix and haven't found any suggestion on
the web.
I have run a program on a 64bit linux opensuse10.1(let's call it
gemini), compiled with intel fortran compiler. Now for some reasons I
have moved this calculation on a 32bit linux10.2 (call it dante), and
have compiled using gfortran (32bit installation). This program has to
read files written in gemini, and now that i am trying to run it in
dante, it can't read the binary files. Is there some options on
gfortran which allows to read binaries written by a 64 bit machine??
This is a question of the gfortran version. Since gcc
4.2.0, gfortran uses a record marker scheme that's compatible
with Intel's scheme. Use 4.2.0 or 4.2.1, or the development
snapshot of the upcoming 4.3.0 release. Details can be found athttp://gcc.gnu.org/wiki/GFortranBinaries.
Sometimes I wish I'd implemented the Intel scheme earlier, in time
for 4.1.* ...
Thanks to all, I try to upgrade the version.
Chiara
.
- Follow-Ups:
- Re: gfortran binaries from 64 to 32 bit
- From: chiara
- Re: gfortran binaries from 64 to 32 bit
- From: chiara
- Re: gfortran binaries from 64 to 32 bit
- References:
- gfortran binaries from 64 to 32 bit
- From: chiara
- Re: gfortran binaries from 64 to 32 bit
- From: Thomas Koenig
- gfortran binaries from 64 to 32 bit
- Prev by Date: Re: Rounding a REAL
- Next by Date: Re: CVF 6.6C and f90gl
- Previous by thread: Re: gfortran binaries from 64 to 32 bit
- Next by thread: Re: gfortran binaries from 64 to 32 bit
- Index(es):
Relevant Pages
|
|