/[MITgcm]/MITgcm/tools/build_options/linux_ia32_ifort+oad+mpi
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_ia32_ifort+oad+mpi

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


Revision 1.3 - (show annotations) (download)
Tue Mar 18 19:51:39 2008 UTC (16 years, 1 month ago) by utke
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +3 -3 lines
put the define here and allow debugging

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifort+oad+mpi,v 1.2 2008/03/11 21:39:32 utke Exp $
4 #
5 # These are the build options used with the Intel compiler together with OpenAD and MPI
6
7
8 FC='mpif77'
9 CC='mpicc'
10 F90C='mpif90'
11 F90FIXEDFORMAT='-fixed -Tf'
12 LINK='mpif90'
13 INCLUDES='-I${MPIROOT}/include'
14 LIBS=''
15
16 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4 -DALLOW_AUTODIFF_OPENAD'
17 CPP='cpp -traditional -P'
18
19 NOOPTFLAGS='-O0'
20 NOOPTFILES='mds_byteswapr8.F mds_byteswapr4.F mds_byteswapi4.F'
21
22 # Note that the -mp switch is for ieee "maintain precision" and is
23 # roughly equivalent to -ieee
24 if test "x$IEEE" = x ; then
25 FOPTIM='-O0 -g -align'
26 FFLAGS='-132 -w95 -W0 -WB -assume byterecl -convert big_endian'
27 else
28 FOPTIM='-O0 -noalign'
29 FFLAGS='-132 -w95 -W0 -WB -pc64 -xW -assume byterecl -convert big_endian'
30 fi
31
32 F90FLAGS=$FFLAGS
33 F90OPTIM=$FOPTIM
34
35 NOOPTFILES=$NOOPTFILES' mitcplr_char2real.F mitcplr_real2char.F'
36 NOOPTFILES=$NOOPTFILES' mitcplr_char2int.F mitcplr_int2char.F mds_byteswap.F'

  ViewVC Help
Powered by ViewVC 1.1.22