/[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.13 by jmc, Mon Sep 23 23:32:59 2013 UTC revision 1.14 by jmc, Tue Oct 22 21:13:17 2013 UTC
# Line 9  Line 9 
9  #  Tested on baudelaire (FC 13) with intel compiler v.11.1.073 (20100806)  #  Tested on baudelaire (FC 13) with intel compiler v.11.1.073 (20100806)
10  #  #
11  # OpenMP : tested on danton (FC 14) using intel compiler v.11.1.046 (20090630)  # OpenMP : tested on danton (FC 14) using intel compiler v.11.1.046 (20090630)
12  #                               and also (FC 14,17 & 19) v.12.0.4   (20110427)  #                                    and (FC 14,17 & 19) v.12.0.4   (20110427)
13    #                                    and also (FC 19)    v.14.0.0   (20130728)
14  #  #
15  # MPI : Tested  on danton (FC 14), with and without OpenMP, using  # MPI : Tested  on danton, with and without OpenMP,
16  #       intel compiler v.11.1.046 (20090630) and also  v.12.0.4   (20110427)  #        using intel compiler v.11.1.046 and v.12.0.4 and also v.14.0.0
17    #       and  on acesgrid  (FC 15)  with intel compiler v.13.0.0.079 (20120731)
18  # ==> DON'T FORGET to set environment variable MPI_INC_DIR to the include  # ==> DON'T FORGET to set environment variable MPI_INC_DIR to the include
19  #     directory of your MPI implementation  #     directory of your MPI implementation
20    
# Line 68  FFLAGS="$FFLAGS -m64 -convert big_endian Line 70  FFLAGS="$FFLAGS -m64 -convert big_endian
70  #FFLAGS="$FFLAGS -r8"  #FFLAGS="$FFLAGS -r8"
71    
72  if test "x$IEEE" = x ; then     #- with optimisation:  if test "x$IEEE" = x ; then     #- with optimisation:
73      FOPTIM="-O2 -align -ip -opt-streaming-stores auto $PROCF"      FOPTIM="-O2 -align -ip -fp-model source $PROCF"
74  else  else
75    if test "x$DEVEL" = x ; then  #- no optimisation + IEEE :    if test "x$DEVEL" = x ; then  #- no optimisation + IEEE :
76      FOPTIM="-O0 -fp-model source -noalign $PROCF"      FOPTIM="-O0 -fp-model source -noalign $PROCF"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22