--- MITgcm/tools/build_options/sv1 2003/08/16 14:01:08 1.1 +++ MITgcm/tools/build_options/sv1 2003/11/13 22:03:39 1.3 @@ -1,6 +1,14 @@ +#!/bin/bash +# +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/sv1,v 1.3 2003/11/13 22:03:39 edhill Exp $ +# + +S64='$(TOOLSDIR)/set64bitConst.sh' +MAKEDEPEND=makedepend +DEFINES='-DWORDLENGTH=4' + FC='f90' LINK='f90' -LN='/bin/ln -s' CPP='/opt/ctl/bin/cpp -N -P' FOPTIM='-O0' NOOPTFLAGS='-O0'