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

Diff of /MITgcm/tools/build_options/linux_ia64_ifort_ollie

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

revision 1.1 by mlosch, Thu Jun 2 07:29:26 2016 UTC revision 1.2 by mlosch, Tue Jun 21 13:29:22 2016 UTC
# Line 41  EXTENDED_SRC_FLAG='-132' Line 41  EXTENDED_SRC_FLAG='-132'
41  GET_FC_VERSION="--version"  GET_FC_VERSION="--version"
42  OMPFLAG='-openmp'  OMPFLAG='-openmp'
43    
44  NOOPTFLAGS='-O0 -g'  NOOPTFLAGS='-O0'
45  NOOPTFILES=''  NOOPTFILES=''
46    
47  FFLAGS="$FFLAGS -W0 -WB -convert big_endian -assume byterecl"  FFLAGS="$FFLAGS -W0 -WB -convert big_endian -assume byterecl"
# Line 56  if test "x$IEEE" = x ; then     #- with Line 56  if test "x$IEEE" = x ; then     #- with
56  # so we spell it out (-ipo makes linking very slow, so we will skip that, too)  # so we spell it out (-ipo makes linking very slow, so we will skip that, too)
57  #    FOPTIM='-ipo -align -O3 -no-prec-div -fp-model fast=2 -xHost'  #    FOPTIM='-ipo -align -O3 -no-prec-div -fp-model fast=2 -xHost'
58      FOPTIM='-align -O3 -no-prec-div -fp-model fast=2 -xHost'      FOPTIM='-align -O3 -no-prec-div -fp-model fast=2 -xHost'
59    # reduce optimization level a little for some files
60        NOOPTFLAGS='-align -O1 -no-prec-div -fp-model fast=2 -xHost'
61        NOOPTFILES='obcs_init_fixed.F'
62  else  else
63    if test "x$DEVEL" = x ; then  #- no optimisation + IEEE :    if test "x$DEVEL" = x ; then  #- no optimisation + IEEE :
64      # "-mp" is for ieee "maintain precision"      # "-mp" is for ieee "maintain precision"

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

  ViewVC Help
Powered by ViewVC 1.1.22