#!/bin/bash # # $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_alpha_g77,v 1.4 2010/03/21 22:22:52 jmc Exp $ # $Name: $ FC='g77' FFLAGS=' ' DEFINES='-DWORDLENGTH=4' CPP='cpp -traditional -P' # For IEEE, use the "-ffloat-store" option if test "x$IEEE" = x ; then FOPTIM='-ffast-math -fexpensive-optimizations -fomit-frame-pointer -O3' FOPTIM='-O3 -funroll-loops' else FFLAGS='-Wimplicit -Wunused -ffloat-store' FOPTIM='-O0' fi