/[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.7 - (show annotations) (download)
Tue Feb 1 17:19:26 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57o_post, checkpoint57m_post, checkpoint57f_post, checkpoint57j_post, checkpoint57f_pre, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57i_post, checkpoint57g_pre, checkpoint57e_post, checkpoint57h_post, checkpoint57h_done, checkpoint57n_post, checkpoint57p_post, checkpoint57q_post, eckpoint57e_pre, checkpoint57h_pre, checkpoint57l_post
Changes since 1.6: +5 -3 lines
change testing option (-ieee) to get closer matching with new output (g77 -sse)

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

  ViewVC Help
Powered by ViewVC 1.1.22