/[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.6 - (hide annotations) (download)
Tue Oct 26 19:14:51 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint56c_post, checkpoint57a_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint57c_post, checkpoint56a_post
Changes since 1.5: +2 -1 lines
 o add include dirs

1 edhill 1.1 #!/bin/bash
2     #
3 edhill 1.6 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifc,v 1.5 2004/09/24 17:06:59 jmc 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 edhill 1.6 INCLUDES='-I/usr/include/netcdf'
12 jmc 1.5 LIBS='-lPEPCF90'
13     NOOPTFLAGS='-O0'
14 edhill 1.1
15     # Note that the -mp switch is for ieee "maintain precision" and is
16     # roughly equivalent to -ieee
17     if test "x$IEEE" = x ; then
18 jmc 1.5 FOPTIM='-O3 -align'
19 edhill 1.3 #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'
20     #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'
21 jmc 1.5 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
22 edhill 1.1 else
23 edhill 1.3 # FOPTIM='-O0 -noalign'
24     FOPTIM='-O0 -noalign -CA -CB -CU -CV -CS'
25 edhill 1.1 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
26     fi
27    
28 jmc 1.5 NOOPTFILES='mdsio_byteswapr8.F mdsio_byteswapr4.F'
29     NOOPTFILES=$NOOPTFILES' mitcplr_char2real.F mitcplr_real2char.F'
30     NOOPTFILES=$NOOPTFILES' mitcplr_char2int.F mitcplr_int2char.F'
31 edhill 1.1

  ViewVC Help
Powered by ViewVC 1.1.22