Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Mon, 2 Nov 2025 05:15:21 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/verification/atm_gray/build/genmake_local
4287557481 Jean*0001 #! /usr/bin/env bash
00020003 # This is the local options file for the "new" version of genmake
00040005 retvg=1
0006 retvc=1
0007 if test "x$OPTFILE" != x ; then
0008 basename $OPTFILE | grep gfortran > /dev/null 2>&1 ; retvg=$? ;
0009 basename $OPTFILE | grep cray > /dev/null 2>&1 ; retvc=$? ;
0010 fi
0011 if test $retvg = 0 ; then
0012 FFLAGS='-fdefault-real-8 -fdefault-double-8'
0013 echo " local gfortran setting: FFLAGS='$FFLAGS'"
0014 elif test $retvc = 0 ; then
0015 FFLAGS='-s real64'
0016 echo " local cce setting: FFLAGS='$FFLAGS'"
0017 else
0018 FFLAGS='-r8'
0019 echo " local default setting: FFLAGS='$FFLAGS'"
0020 fi
0021 ALWAYS_USE_F90=1