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

Annotation 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.2 - (hide annotations) (download)
Tue Mar 11 21:39:32 2008 UTC (16 years, 2 months ago) by utke
Branch: MAIN
Changes since 1.1: +3 -3 lines
-i and -r override kind distinctions made in the OpenAD support library
interfaces.

1 utke 1.1 #!/bin/bash
2     #
3 utke 1.2 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifort+oad+mpi,v 1.1 2007/06/26 18:02:35 utke Exp $
4 utke 1.1 #
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'
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 -align'
26 utke 1.2 FFLAGS='-132 -w95 -W0 -WB -assume byterecl -convert big_endian'
27 utke 1.1 else
28     FOPTIM='-O0 -noalign'
29 utke 1.2 FFLAGS='-132 -w95 -W0 -WB -pc64 -xW -assume byterecl -convert big_endian'
30 utke 1.1 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