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

Diff of /MITgcm/tools/build_options/linux_ia64_open64

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

revision 1.1 by ce107, Mon Nov 26 19:18:46 2007 UTC revision 1.2 by utke, Thu Jan 17 05:39:52 2008 UTC
# Line 9  Line 9 
9    
10  CC=opencc  CC=opencc
11  FC=openf90  FC=openf90
12    F90C=openf90
13    F90FIXEDFORMAT='-fixedform -x f95'
14  LD=openf90  LD=openf90
15  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
16  CPP='cpp -traditional -P'  CPP='cpp -traditional -P'
# Line 17  NOOPTFLAGS='-O0 -g' Line 19  NOOPTFLAGS='-O0 -g'
19  NOOPTFILES=''  NOOPTFILES=''
20    
21  if test "x$DEVEL" != x ; then  if test "x$DEVEL" != x ; then
22      FFLAGS='-m64 -convert big_endian -ffortran-bounds-check -trapuv -g'      FFLAGS='-convert big_endian -ffortran-bounds-check -trapuv -g'
23  else  else
24      FFLAGS='-m64 -convert big_endian'      FFLAGS='-convert big_endian'
25  fi  fi
26    
27  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22