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

Annotation of /MITgcm/tools/build_options/linux_ia32_ifc

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


Revision 1.5 - (hide annotations) (download)
Fri Sep 24 17:06:59 2004 UTC (19 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55d_pre, checkpoint55h_post, checkpoint55g_post, checkpoint55f_post, checkpoint55e_post, checkpoint55d_post
Changes since 1.4: +8 -8 lines
add the "NOOPTFILES" list for use with -ieee (since check-bounds is ON)

1 edhill 1.1 #!/bin/bash
2     #
3 jmc 1.5 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifc,v 1.4 2004/09/21 19:51:10 edhill Exp $
4 edhill 1.3 # $Name: $
5 edhill 1.1 #
6    
7 edhill 1.3 FC=ifc
8     CC=gcc
9     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10     CPP='cpp -traditional -P'
11 jmc 1.5 LIBS='-lPEPCF90'
12     NOOPTFLAGS='-O0'
13 edhill 1.1
14     # Note that the -mp switch is for ieee "maintain precision" and is
15     # roughly equivalent to -ieee
16     if test "x$IEEE" = x ; then
17 jmc 1.5 FOPTIM='-O3 -align'
18 edhill 1.3 #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'
19     #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'
20 jmc 1.5 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
21 edhill 1.1 else
22 edhill 1.3 # FOPTIM='-O0 -noalign'
23     FOPTIM='-O0 -noalign -CA -CB -CU -CV -CS'
24 edhill 1.1 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
25     fi
26    
27 jmc 1.5 NOOPTFILES='mdsio_byteswapr8.F mdsio_byteswapr4.F'
28     NOOPTFILES=$NOOPTFILES' mitcplr_char2real.F mitcplr_real2char.F'
29     NOOPTFILES=$NOOPTFILES' mitcplr_char2int.F mitcplr_int2char.F'
30 edhill 1.1

  ViewVC Help
Powered by ViewVC 1.1.22