/[MITgcm]/MITgcm/tools/build_options/linux_ia32_ifort10.1+mpi_generic
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia32_ifort10.1+mpi_generic

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

revision 1.1 by jmc, Tue Feb 16 23:56:02 2010 UTC revision 1.2 by jmc, Sun Mar 21 17:59:13 2010 UTC
# Line 28  INCLUDES='' Line 28  INCLUDES=''
28  LIBS=''  LIBS=''
29    
30  if test "x$DEVEL" != x ; then  if test "x$DEVEL" != x ; then
31      FFLAGS='-r8 -i4 -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 -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"
32  else  else
33      FFLAGS='-r8 -i4 -W0 -WB -convert big_endian -assume byterecl'      FFLAGS="$FFLAGS -W0 -WB -convert big_endian -assume byterecl"
34  fi  fi
35    #- might want to use '-r8' for fizhi pkg:
36    #FFLAGS="$FFLAGS -r8"
37    
38  if test "x$GENERIC" != x ; then  if test "x$GENERIC" != x ; then
39      PROCF=-axSOTPNWK      PROCF=-axSOTPNWK

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

  ViewVC Help
Powered by ViewVC 1.1.22