/[MITgcm]/MITgcm/tools/build_options/linux_amd64_ifort+mpi_loc
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_amd64_ifort+mpi_loc

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

revision 1.5 by jmc, Fri Mar 5 22:08:51 2010 UTC revision 1.7 by jmc, Tue Apr 20 20:13:27 2010 UTC
# Line 56  F90FIXEDFORMAT='-fixed -Tf' Line 56  F90FIXEDFORMAT='-fixed -Tf'
56  EXTENDED_SRC_FLAG='-132'  EXTENDED_SRC_FLAG='-132'
57  OMPFLAG='-openmp'  OMPFLAG='-openmp'
58    
59  NOOPTFLAGS='-O0 -g -m64 -fPIC'  NOOPTFLAGS='-O0 -g'
60  NOOPTFILES=''  NOOPTFILES=''
61    
62  INCLUDEDIRS=''  INCLUDEDIRS=''
# Line 64  INCLUDES='' Line 64  INCLUDES=''
64  LIBS=''  LIBS=''
65    
66  if test "x$DEVEL" != x ; then  if test "x$DEVEL" != x ; then
67      FFLAGS='-w95 -W0 -WB -convert big_endian -assume byterecl -fPIC -O0 -g -noalign -fp-stack-check -check all -fpe0 -traceback -ftrapuv -fp-model except -warn all'      FFLAGS="$FFLAGS -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC -O0 -g -noalign -fp-stack-check -check all -fpe0 -traceback -ftrapuv -fp-model except -warn all"
68  else  else
69      FFLAGS='-w95 -W0 -WB -convert big_endian -assume byterecl -fPIC'      FFLAGS="$FFLAGS -w95 -W0 -WB -convert big_endian -assume byterecl -fPIC"
70  fi  fi
71  #- might want to use '-r8' for fizhi pkg:  #- might want to use '-r8' for fizhi pkg:
72  #FFLAGS="$FFLAGS -r8"  #FFLAGS="$FFLAGS -r8"
# Line 80  else Line 80  else
80  #   for automatic testing with testreport (but no relation with IEEE arithmetic):  #   for automatic testing with testreport (but no relation with IEEE arithmetic):
81      FOPTIM="$FOPTIM -fpe0 -ftz -fp-stack-check -check all -ftrapuv"      FOPTIM="$FOPTIM -fpe0 -ftz -fp-stack-check -check all -ftrapuv"
82      FOPTIM="$FOPTIM -noalign -g -traceback"      FOPTIM="$FOPTIM -noalign -g -traceback"
83        NOOPTFILES='ad_taf_output.f'
84  fi  fi
85  F90FLAGS=$FFLAGS  F90FLAGS=$FFLAGS
86  F90OPTIM=$FOPTIM  F90OPTIM=$FOPTIM

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22