/[MITgcm]/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_gfdl
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_gfdl

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

revision 1.4 by adcroft, Thu May 24 13:04:37 2007 UTC revision 1.5 by jmc, Sun Mar 21 17:58:17 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3    # $Header$
4    # $Name$
5    
6  #  Ed Hill  #  Ed Hill
 #  
7  #  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  #  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
8  #  #
9  # adapted to GFDL's Itanium cluster  # adapted to GFDL's Itanium cluster
10  #  heimbach@mit.edu and baylor@mit.edu  #  heimbach@mit.edu and baylor@mit.edu
11  #  #
12  #  Will need to do module_load ifort.9.1.039 mpt-1.14 first  #  Will need to do module_load ifort.9.1.039 mpt-1.14 first
13    
14    FC=ifort
15    # Using gcc instead of icc since this is how netcdf was compiled
16    #CC=icc
17    
18    DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
19  CPP='/lib/cpp  -traditional -P'  CPP='/lib/cpp  -traditional -P'
20    EXTENDED_SRC_FLAG='-132'
21    
22    NOOPTFILES='ini_curvilinear_grid.F'
23    NOOPTFLAGS='-O3'
24    
25  # the '-convert big_endian' is crucial on this platform  # the '-convert big_endian' is crucial on this platform
26  # -D_BYTESWAPIO doesn't work  # -D_BYTESWAPIO doesn't work
27      FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian'  FFLAGS="$FFLAGS -mp -w95 -W0 -WB -convert big_endian"
28    #- might want to use '-r8' for fizhi pkg:
29    #FFLAGS="$FFLAGS -r8"
30    
31  FOPTIM='-O3 -align -ip'  FOPTIM='-O3 -align -ip'
 NOOPTFILES='ini_curvilinear_grid.F'  
 NOOPTFLAGS='-O3'  
32    
33  #P3  FOPTIM     = ( $FOPTIM '-tpp6 -xWKM' )  #P3  FOPTIM     = ( $FOPTIM '-tpp6 -xWKM' )
34  #P4  FOPTIM     = ( $FOPTIM '-tpp7 -xWKM' )  #P4  FOPTIM     = ( $FOPTIM '-tpp7 -xWKM' )
35  LIBS='-lmpi -lnetcdf'  LIBS='-lmpi -lnetcdf'
36    
 FC=ifort  
 # Using gcc instead of icc since this is how netcdf was compiled  
 #CC=icc  
 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'  
   
37  #SKIP_NETCDF_CHECK=t  #SKIP_NETCDF_CHECK=t
38  #HAVE_NETCDF=t  #HAVE_NETCDF=t
39    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22