#!/bin/bash # # $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/osf1,v 1.2 2003/08/27 22:12:31 edhill Exp $ # S64='$(TOOLSDIR)/set64bitConst.sh' MAKEDEPEND=makedepend DEFINES='-DWORDLENGTH=4' CPP='/usr/bin/cpp -P' #ph: makedepend not available on some/many DEC Alpha's; use mkdep instead FC='f77' FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons' FOPTIM='-O5 -fast -tune host -inline all' #ph: -O5 probably too aggressive in conjunction with adjoint code NOOPTFLAGS='-O0' RMFILES='*.p.out'