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

Diff of /MITgcm/tools/build_options/linux_amd64_ifort11

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

revision 1.2 by jmc, Fri Feb 19 22:26:01 2010 UTC revision 1.4 by jmc, Mon Dec 13 22:45:55 2010 UTC
# Line 27  DEFINES='-DWORDLENGTH=4' Line 27  DEFINES='-DWORDLENGTH=4'
27  CPP='cpp  -traditional -P'  CPP='cpp  -traditional -P'
28  F90FIXEDFORMAT='-fixed -Tf'  F90FIXEDFORMAT='-fixed -Tf'
29  EXTENDED_SRC_FLAG='-132'  EXTENDED_SRC_FLAG='-132'
30    GET_FC_VERSION="-v"
31  OMPFLAG='-openmp'  OMPFLAG='-openmp'
32    
33  NOOPTFLAGS='-O0 -g -m64 -fPIC'  NOOPTFLAGS='-O0 -g -m64 -fPIC'
# Line 37  INCLUDES='' Line 38  INCLUDES=''
38  LIBS=''  LIBS=''
39    
40  if test "x$DEVEL" != x ; then  if test "x$DEVEL" != x ; then
41      FFLAGS='-m64 -fPIC -convert big_endian -assume byterecl -O0 -g -debug all -debug-parameters all -noalign -fp-stack-check -check all -fpe0 -traceback -ftrapuv -fp-model strict -warn all'      FFLAGS="$FFLAGS -m64 -fPIC -convert big_endian -assume byterecl -O0 -g -debug all -debug-parameters all -noalign -fp-stack-check -check all -fpe0 -traceback -ftrapuv -fp-model strict -warn all"
42  else  else
43      FFLAGS='-m64 -fPIC -W0 -WB -convert big_endian -assume byterecl'      FFLAGS="$FFLAGS -m64 -fPIC -W0 -WB -convert big_endian -assume byterecl"
44  fi  fi
45  #- might want to use '-r8' for fizhi pkg:  #- might want to use '-r8' for fizhi pkg:
46  #FFLAGS="$FFLAGS -r8"  #FFLAGS="$FFLAGS -r8"

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

  ViewVC Help
Powered by ViewVC 1.1.22