/[MITgcm]/MITgcm/tools/build_options/darwin_ia64_pgf95_trane
ViewVC logotype

Annotation of /MITgcm/tools/build_options/darwin_ia64_pgf95_trane

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


Revision 1.3 - (hide annotations) (download)
Thu Apr 8 12:34:09 2010 UTC (14 years ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
rename darwin_ia64_*_trane into more appropriate darwin_ia32_*_trane

1 mlosch 1.1 #!/bin/bash
2 jmc 1.2 #
3 mlosch 1.3 # $Header: /u/gcmpack/MITgcm/tools/build_options/darwin_ia64_pgf95_trane,v 1.2 2010/03/21 22:22:52 jmc Exp $
4 jmc 1.2 # $Name: $
5    
6 mlosch 1.1 # build options files for trane without MPI
7     # uname -a
8     # 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
9     #
10    
11     FC='pgf95'
12     CC='pgcc'
13     LINK='pgf90'
14    
15     DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
16    
17     NETCDF_INCDIR="/common/usr/local/include"
18     INCLUDES="$INCLUDES -I$NETCDF_INCDIR"
19     LIBS="-L/common/usr/local/lib"
20    
21     CPP='/usr/bin/cpp -traditional -P'
22     CFLAGS='-fast -Mipa=fast,inline,safe'
23    
24     if test "x$IEEE" = x ; then
25     # No need for IEEE-754
26     FFLAGS='-byteswapio -Mextend'
27     FOPTIM='-fast -Mipa=fast,inline,safe'
28     else
29     # Try to follow IEEE-754
30     FFLAGS='-byteswapio -Mnodclchk -Mextend -Ktrap=fp -Kieee'
31     FOPTIM=
32     fi
33     # make clean removes also these files
34     RMFILES='*.oo'

  ViewVC Help
Powered by ViewVC 1.1.22