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

Annotation 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.2 - (hide annotations) (download)
Wed May 8 23:31:40 2013 UTC (12 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint64m, checkpoint65a, checkpoint64i, checkpoint64h, checkpoint65, checkpoint64j
Changes since 1.1: +1 -2 lines
updated to use new pkg "atm_phys" (instead of "mypackage" + code in local
  dir "code_gray")

1 jmc 1.1 #!/bin/bash
2    
3 jmc 1.2 # $Header: /u/gcmpack/MITgcm_contrib/verification_other/atm_gray/build/genmake_local,v 1.1 2012/09/11 04:02:04 jmc Exp $
4 jmc 1.1
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

  ViewVC Help
Powered by ViewVC 1.1.22