Parent Directory
|
Revision Log
|
Revision Graph
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 |