/[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.2 - (hide annotations) (download)
Mon Mar 1 18:29:54 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52n_post, checkpoint53d_post, checkpoint54a_pre, checkpoint55c_post, checkpoint54e_post, checkpoint54a_post, checkpoint53c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint56b_post, checkpoint52l_post, checkpoint55h_post, checkpoint53b_post, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint52m_post, checkpoint55, checkpoint53a_post, checkpoint57a_post, checkpoint54, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint53, checkpoint53g_post, hrcube5, checkpoint55e_post, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +3 -3 lines
 o remove "-malign-double"

1 edhill 1.1 #!/bin/bash
2     #
3 edhill 1.2 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/sunos_sun4u_g77,v 1.1 2004/03/01 18:22:09 edhill Exp $
4 edhill 1.1 # $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 edhill 1.2 FOPTIM='-O3 -funroll-loops'
23 edhill 1.1 else
24     FFLAGS='-Wimplicit -Wunused -ffloat-store'
25 edhill 1.2 FOPTIM='-O0'
26 edhill 1.1 fi
27    
28    

  ViewVC Help
Powered by ViewVC 1.1.22