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

Annotation of /MITgcm/tools/build_options/linux_ia64_efc+mpi

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


Revision 1.3 - (hide annotations) (download)
Mon Dec 8 00:21:24 2003 UTC (20 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint52e_pre, checkpoint52e_post, checkpoint52d_post, checkpoint52f_post, checkpoint52i_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_1, hrcube_2
Branch point for: netcdf-sm0
Changes since 1.2: +1 -1 lines
added -mp option to tools/build_options/linux_ia64_efc*

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 dimitri 1.3 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
14 cnh 1.1 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 -lmpi'
22    
23     FC=efc
24     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
25    
26    
27    

  ViewVC Help
Powered by ViewVC 1.1.22