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

Annotation of /MITgcm/tools/build_options/linux_ia32_g77

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


Revision 1.2 - (hide annotations) (download)
Wed Oct 1 18:50:27 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51j_post, checkpoint51f_post, checkpoint51h_pre, checkpoint51g_post, checkpoint51i_pre
Changes since 1.1: +2 -2 lines
remove warning

1 edhill 1.1 #!/bin/bash
2     #
3 edhill 1.2 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.1 2003/09/29 16:15:24 edhill Exp $
4 edhill 1.1 #
5    
6    
7     FC=g77
8     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
9     LN='/bin/ln -s'
10     CPP='cpp -traditional -P'
11     NOOPTFLAGS='-O0'
12    
13     # For IEEE, use the "-ffloat-store" option
14     if test "x$IEEE" = x ; then
15     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
16     FOPTIM='-O3 -malign-double -funroll-loops'
17     else
18 edhill 1.2 FFLAGS='-Wimplicit -Wunused -ffloat-store'
19 edhill 1.1 FOPTIM='-O0 -malign-double'
20     fi
21    
22    
23    

  ViewVC Help
Powered by ViewVC 1.1.22