#!/bin/bash # $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/verification_other/cpl_gray+ocn/build_atm/genmake_local,v 1.1 2013/09/25 19:30:59 jmc Exp $ # This is the local options file for the "new" version of genmake retv=1 if test "x$OPTFILE" != x ; then basename $OPTFILE | grep gfortran > /dev/null 2>&1 ; retv=$? ; fi if test $retv = 0 ; then FFLAGS='-fdefault-real-8 -fdefault-double-8' echo " local gfortran setting: FFLAGS='$FFLAGS'" else FFLAGS='-r8' echo " local default setting: FFLAGS='$FFLAGS'" fi MODS="../code_atm ../shared_code"