/[MITgcm]/MITgcm_contrib/verification_other/atm_gray/build/genmake_local
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/atm_gray/build/genmake_local

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


Revision 1.3 - (show annotations) (download)
Fri Aug 8 22:08:50 2014 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65f, checkpoint65e, checkpoint65h, checkpoint65n, HEAD
Changes since 1.2: +3 -2 lines
if permitted by the opt-file, switch to F90 compiler (to compile pkg/atm_phys).

1 #! /usr/bin/env bash
2
3 # $Header: /u/gcmpack/MITgcm_contrib/verification_other/atm_gray/build/genmake_local,v 1.2 2013/05/08 23:31:40 jmc Exp $
4
5 # This is the local options file for the "new" version of genmake
6
7 retv=1
8 if test "x$OPTFILE" != x ; then
9 basename $OPTFILE | grep gfortran > /dev/null 2>&1 ; retv=$? ;
10 fi
11 if test $retv = 0 ; then
12 FFLAGS='-fdefault-real-8 -fdefault-double-8'
13 echo " local gfortran setting: FFLAGS='$FFLAGS'"
14 else
15 FFLAGS='-r8'
16 echo " local default setting: FFLAGS='$FFLAGS'"
17 fi
18 ALWAYS_USE_F90=1

  ViewVC Help
Powered by ViewVC 1.1.22