/[MITgcm]/MITgcm/verification/fizhi-cs-aqualev20/build/genmake_local
ViewVC logotype

Contents of /MITgcm/verification/fizhi-cs-aqualev20/build/genmake_local

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


Revision 1.3 - (show annotations) (download)
Sun Aug 26 15:03:56 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63s, checkpoint64, checkpoint65, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.2: +5 -1 lines
remove the hack related to GFORTRAN_OPTFILE env. variable

1 retv=1
2 if test "x$OPTFILE" != x ; then
3 basename $OPTFILE | grep gfortran > /dev/null 2>&1 ; retv=$? ;
4 fi
5 if test $retv = 0 ; then
6 FFLAGS='-fdefault-real-8 -fdefault-double-8'
7 echo " local gfortran setting: FFLAGS='$FFLAGS'"
8 else
9 FFLAGS='-r8'
10 echo " local default setting: FFLAGS='$FFLAGS'"
11 fi

  ViewVC Help
Powered by ViewVC 1.1.22