/[MITgcm]/MITgcm/tools/build_options/osf1_alpha_g77
ViewVC logotype

Contents of /MITgcm/tools/build_options/osf1_alpha_g77

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Mar 2 18:25:59 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52n_post, checkpoint53d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint54a_post, checkpoint52l_post, checkpoint53b_post, checkpoint54b_post, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53, checkpoint53g_post, hrcube5, checkpoint53f_post, checkpoint53d_pre
 o initial check-in after testing on halem

1 #!/bin/bash
2 #
3 # $Header: $
4 # $Name: $
5 #
6
7
8 FC=g77
9 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10 CPP='/usr/bin/cpp -P'
11 NOOPTFLAGS='-O0'
12 MAKEDEPEND='mkdep -f depend.out'
13
14 # netcdf
15 # LIBS="-lnetcdf"
16
17 # For IEEE, use the "-ffloat-store" option
18 if test "x$IEEE" = x ; then
19 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
20 FOPTIM='-O3 -funroll-loops'
21 else
22 FFLAGS='-Wimplicit -Wunused -ffloat-store'
23 FOPTIM='-O0'
24 fi

  ViewVC Help
Powered by ViewVC 1.1.22