/[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.6 - (show 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 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifc,v 1.5 2004/09/24 17:06:59 jmc Exp $
4 # $Name: $
5 #
6
7 FC=ifc
8 CC=gcc
9 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
10 CPP='cpp -traditional -P'
11 INCLUDES='-I/usr/include/netcdf'
12 LIBS='-lPEPCF90'
13 NOOPTFLAGS='-O0'
14
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 FOPTIM='-O3 -align'
19 #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'
20 #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'
21 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
22 else
23 # FOPTIM='-O0 -noalign'
24 FOPTIM='-O0 -noalign -CA -CB -CU -CV -CS'
25 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
26 fi
27
28 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'

  ViewVC Help
Powered by ViewVC 1.1.22