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

Contents of /MITgcm/tools/build_options/cygwin_ia32_g77

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


Revision 1.1 - (show annotations) (download)
Thu Apr 8 23:48:43 2004 UTC (20 years ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint53d_post, checkpoint54a_pre, checkpoint54e_post, checkpoint54a_post, checkpoint53c_post, checkpoint53b_post, checkpoint54b_post, checkpoint53b_pre, checkpoint54d_post, checkpoint52m_post, checkpoint55, checkpoint53a_post, checkpoint54, checkpoint54f_post, checkpoint53, checkpoint53g_post, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post
 o MITgcm now builds and runs on cygwin
   - Note that there is still a problem due to directories in
     verification named "aux".  Apparently, windows is such
     broken crap that that you cannot use "aux" as a file or
     dir name.  In the mean time, check out the code using:
       cvs co MITgcm_verif_basic
     and you can avoid those directories.

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

  ViewVC Help
Powered by ViewVC 1.1.22