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

Contents of /MITgcm/tools/build_options/linux_ia32_ifc+mpi_itrda

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


Revision 1.3 - (show annotations) (download)
Wed Nov 17 04:49:46 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint56b_post, checkpoint57c_post, checkpoint57a_pre, checkpoint57, checkpoint57b_post, checkpoint56c_post, checkpoint57a_post, checkpoint56a_post, checkpoint57c_pre
Changes since 1.2: +7 -8 lines
 o updated for the new ITRDA

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifc+mpi_itrda,v 1.2 2004/09/18 16:09:44 edhill Exp $
4 #
5 # adapted to itrda.acesgrid.org
6 # Note:
7 # currently need to ad to your .cshrc, .bashrc, etc.
8 # setenv LD_LIBRARY_PATH /usr/local/pkg/ifc/ifc-8.0.034/lib
9 # is required
10
11 FC='mpif77'
12 CC='mpicc'
13 LINK='mpif77'
14 INCLUDES='-I/usr/local/pkg/ifc/ifc-8.1.018/include -I/usr/local/pkg/mpich/mpich-intel/include/'
15 LIBS='-L/usr/local/pkg/ifc/ifc-8.1.018/lib'
16
17 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=1'
18 CPP='cpp -traditional -P'
19
20 NOOPTFLAGS='-O0'
21 NOOPTFILES='mdsio_byteswapr8.F mdsio_byteswapr4.F'
22 NOOPTFILES=$NOOPTFILES' mitcplr_char2real.F mitcplr_real2char.F'
23 NOOPTFILES=$NOOPTFILES' mitcplr_char2int.F mitcplr_int2char.F'
24
25 # Note that the -mp switch is for ieee "maintain precision" and is
26 # roughly equivalent to -ieee
27 if test "x$IEEE" = x ; then
28 FOPTIM='-O3 -align'
29 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
30 else
31 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
32 fi

  ViewVC Help
Powered by ViewVC 1.1.22