/[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.2 - (hide annotations) (download)
Mon Sep 29 16:15:24 2003 UTC (20 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
 o added a platform-detection mechanism to guess at the optfile to use
     when none are specified
 o changed some optfile names to reflect the new platform naming
     convention--more work still needed in this area
 o added parsing of MITGCM_* environment variables

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