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

Annotation of /MITgcm/tools/build_options/linux_ia64_efc

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


Revision 1.2 - (hide annotations) (download)
Thu Nov 13 22:03:39 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: branch-netcdf, checkpoint52d_pre, checkpoint52b_pre, checkpoint52a_post, checkpoint52b_post, checkpoint52c_post
Changes since 1.1: +0 -1 lines
 o make "ln -s" handling smarter and remove it from the options files

1 cnh 1.1 #!/bin/bash
2     #
3     # Ed Hill
4     #
5     # tested on orion.jpl.nasa.gov (Linux orion 2.4.21-sgi230r7 #1 SMP Tue Oct 7 22:38:53 PDT 2003 ia64 unknown), 20031029
6    
7    
8     CPP='/lib/cpp -traditional -P'
9    
10     # Note that the -mp switch is for ieee "maintain precision" and is
11     # roughly equivalent to -ieee
12     if test "x$IEEE" = x ; then
13     FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
14     else
15     FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
16     fi
17    
18     FOPTIM='-O3 -align'
19     #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
20     #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
21     LIBS='-lPEPCF90'
22    
23     FC=efc
24     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
25    
26    
27    

  ViewVC Help
Powered by ViewVC 1.1.22