/[MITgcm]/MITgcm/tools/build_options/linux_ia32_gfortran
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia32_gfortran

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by edhill, Thu Apr 28 18:01:19 2005 UTC revision 1.2 by edhill, Fri Jun 17 22:38:18 2005 UTC
# Line 4  Line 4 
4  #  $Name$  #  $Name$
5  #  #
6    
7  #  This was tested with gcc-gfortran v4.0.0 as shipped in Fedora Core  #  Tested with gcc-gfortran v4.0.x as shipped with Fedora Core 4.
8  #  4-test-2.  MITgcm successfully compiled but the gfortran-built  #  It fixes the ' \' versus ' &' terminator problem but some
9  #  mitgcmuv binary failed to read the "eedata" file.  The gfortran  #  namelist problems remain.  The biggest seems to be the inability
10  #  docs make it clear that there are known NAMELIST bugs in curreent  #  of current gfortran versions to support namelist syntax such as:
11  #  versions of gfortran and that users should turn to g77 if their  #
12  #  code encounters these bugs.  Later versions of gfortran will  #     fields(1,1) = 'UVELSLT ','VVELSLT ','WVELSLT ',
13  #  supposedly fix the NAMELIST implementation.  #
14    #  which results in run-time errors.
15    
16    
17  FC=gfortran  FC=gfortran
18  CC=gcc  CC=gcc
19  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4 -DNML_TERMINATOR'
20  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'
21  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
22    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22