#!/bin/bash # # $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/osf1_alpha_g77,v 1.2 2004/07/17 02:05:34 edhill Exp $ # $Name: $ # FC=g77 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4' CPP='/usr/bin/cpp -P' NOOPTFLAGS='-O0' #EH3 Remove the buggy mkdep since the newly included cyrus version #EH3 works much better on machines such as "halem" #EH3 MAKEDEPEND='mkdep -f depend.out' # netcdf # LIBS="-lnetcdf" # For IEEE, use the "-ffloat-store" option if test "x$IEEE" = x ; then FFLAGS='-Wimplicit -Wunused -Wuninitialized' FOPTIM='-O3 -funroll-loops' else FFLAGS='-Wimplicit -Wunused -ffloat-store' FOPTIM='-O0' fi