/[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.3 - (show annotations) (download)
Wed Jul 21 16:34:47 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint54e_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57e_post, checkpoint55h_post, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint55, checkpoint57a_post, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57c_post, checkpoint55e_post, checkpoint55a_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.2: +7 -2 lines
 o netcdf (mnc) now compiles and runs on halem

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/osf1_alpha_g77,v 1.2 2004/07/17 02:05:34 edhill Exp $
4 # $Name: $
5 #
6
7
8 FC=g77
9 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10 CPP='/usr/bin/cpp -P'
11 NOOPTFLAGS='-O0'
12 #EH3 Remove the buggy mkdep since the newly included cyrus version
13 #EH3 works much better on machines such as "halem"
14 #EH3 MAKEDEPEND='mkdep -f depend.out'
15
16 # netcdf
17 # DOES NOT (YET) WORK because the netcdf library installed on Halem
18 # was compiled with the "f77" compiler and the library is not
19 # compatible with g77 -- so we need to either build our own lib for
20 # g77 or ask the admins to do so.
21 # INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
22 # LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"
23
24 # For IEEE, use the "-ffloat-store" option
25 if test "x$IEEE" = x ; then
26 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
27 FOPTIM='-O3 -funroll-loops'
28 else
29 FFLAGS='-Wimplicit -Wunused -ffloat-store'
30 FOPTIM='-O0'
31 fi

  ViewVC Help
Powered by ViewVC 1.1.22