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

Contents of /MITgcm/tools/build_options/linux_ia32_ifc

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


Revision 1.2 - (show annotations) (download)
Thu Nov 13 22:03:39 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint53f_post, checkpoint54a_pre, checkpoint53b_pre, checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint52e_post, checkpoint52d_pre, checkpoint53c_post, checkpoint53d_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint52l_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint54d_post, checkpoint54e_post, checkpoint52m_post, checkpoint55, checkpoint53a_post, checkpoint54, checkpoint53, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, hrcube5, checkpoint54f_post, checkpoint53b_post, checkpoint52i_post, checkpoint53d_pre, checkpoint54c_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_1, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
Changes since 1.1: +0 -1 lines
 o make "ln -s" handling smarter and remove it from the options files

1 #!/bin/bash
2 #
3 # Ed Hill
4 #
5 # tested on faulks, 20030818
6
7
8 CPP='/lib/cpp -traditional -P'
9
10 # Note that the -mp switch is for ieee "maintain precision" and is
11 # roughly equivalent to -ieee
12 if test "x$IEEE" = x ; then
13 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
14 else
15 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
16 fi
17
18 FOPTIM='-O3 -align'
19 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
20 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
21 LIBS='-lPEPCF90'
22
23 FC=ifc
24 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22