/[MITgcm]/MITgcm/tools/build_options/unsupported/darwin_ia32_pgf95+mpich2-mx_trane
ViewVC logotype

Annotation of /MITgcm/tools/build_options/unsupported/darwin_ia32_pgf95+mpich2-mx_trane

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


Revision 1.1 - (hide annotations) (download)
Thu Sep 29 16:05:05 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
move to unsupported (has been merged into darwin_ia32_pgf95_trane)
cvs: ----------------------------------------------------------------------

1 jmc 1.1 #!/bin/bash
2     #
3     # $Header: /u/gcmpack/MITgcm/tools/build_options/darwin_ia32_pgf95+mpich2-mx_trane,v 1.1 2010/04/08 12:34:09 mlosch Exp $
4     # $Name: $
5    
6     # build options files for trane with MPI
7     # remove MPI='true' to get non-mpi executables
8     # uname -a
9     # Darwin trane.evsc.virginia.edu 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
10     #
11    
12     FC='mpif90'
13     CC='mpicc'
14     LINK='mpif90'
15    
16     DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
17    
18     MPI='true'
19     MPI_INC_DIR="/common/mpich2-mx-1.1.1p1..5/src/include"
20     INCLUDES="$INCLUDES -I$MPI_INC_DIR"
21    
22     NETCDF_INCDIR="/common/usr/local/include"
23     INCLUDES="$INCLUDES -I$NETCDF_INCDIR"
24     LIBS="-L/common/usr/local/lib"
25    
26     CPP='/usr/bin/cpp -traditional -P'
27     CFLAGS='-fast -Mipa=fast,inline,safe'
28    
29     if test "x$IEEE" = x ; then
30     # No need for IEEE-754
31     FFLAGS='-byteswapio -Mextend'
32     FOPTIM='-fast -Mipa=fast,inline,safe'
33     else
34     # Try to follow IEEE-754
35     FFLAGS='-byteswapio -Mnodclchk -Mextend -Ktrap=fp -Kieee'
36     FOPTIM=
37     fi
38     # make clean removes also these files
39     RMFILES='*.oo'

  ViewVC Help
Powered by ViewVC 1.1.22