Re: gfortran binaries from 64 to 32 bit
- From: Thomas Koenig <tkoenig@xxxxxxxxxxxxx>
- Date: 15 Sep 2007 15:13:13 GMT
On 2007-09-14, chiara <bernardini.chiara@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 at
http://gcc.gnu.org/wiki/GFortranBinaries .
Sometimes I wish I'd implemented the Intel scheme earlier, in time
for 4.1.* ...
.
- Follow-Ups:
- 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
- gfortran binaries from 64 to 32 bit
- Prev by Date: Re: g77 on Cygwin
- Next by Date: Re: g77 on Cygwin
- 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
|