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

Annotation of /MITgcm/tools/build_options/sunos_sun4u_g77

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


Revision 1.1 - (hide annotations) (download)
Mon Mar 1 18:22:09 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
 o initial check-in after testing on slough.mit.edu

1 edhill 1.1 #!/bin/bash
2     #
3     # $Header: $
4     # $Name: $
5     #
6    
7    
8     FC=g77
9     #DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10     DEFINES='-DWORDLENGTH=4'
11     CPP='cpp -traditional -P'
12     NOOPTFLAGS='-O0'
13     AWK='gawk'
14     MAKE='gmake'
15    
16     # netcdf
17     # LIBS="-lnetcdf"
18    
19     # For IEEE, use the "-ffloat-store" option
20     if test "x$IEEE" = x ; then
21     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
22     FOPTIM='-O3 -malign-double -funroll-loops'
23     else
24     FFLAGS='-Wimplicit -Wunused -ffloat-store'
25     FOPTIM='-O0 -malign-double'
26     fi
27    
28    

  ViewVC Help
Powered by ViewVC 1.1.22