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

Annotation of /MITgcm/tools/build_options/linux_ifc_ieee

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


Revision 1.1 - (hide annotations) (download)
Wed Aug 20 19:47:14 2003 UTC (20 years, 9 months ago) by edhill
Branch: MAIN
Two confirmed "optfiles" for genmake2 and minor updates to the devel_HOWTO.

1 edhill 1.1 #!/bin/bash
2     #
3     # Ed Hill
4     #
5     # tested on faulks, 20030818
6    
7    
8     LN='/bin/ln -s'
9     CPP='/lib/cpp -traditional -P'
10     # Note that the -mp switch is for ieee "maintain precision" and is
11     # roughly equivalent to -ieee
12     FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
13     FOPTIM='-O3 -align'
14     #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
15     #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
16     LIBS='-lPEPCF90'
17    
18     FC=ifc
19     LINK=ifc
20     S64='$(TOOLSDIR)/set64bitConst.sh'
21     MAKEDEPEND=makedepend
22     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
23    
24    
25    

  ViewVC Help
Powered by ViewVC 1.1.22