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

Annotation of /MITgcm/tools/build_options/linux_ia64_ifort+mpi_swell

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


Revision 1.5 - (hide annotations) (download)
Thu Jun 29 00:26:01 2017 UTC (6 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, HEAD
Changes since 1.4: +2 -2 lines
remove "-DALWAYS_USE_MPI"

1 heimbach 1.1 #!/bin/bash
2     #
3 jmc 1.5 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia64_ifort+mpi_swell,v 1.4 2010/03/21 17:58:17 jmc Exp $
4 jmc 1.4 # $Name: $
5    
6     # Build options for Harvard cluster "swell"
7 heimbach 1.1
8     FC=mpif90
9     F90C=mpif90
10     CC=mpicc
11 jmc 1.4 LINK='mpif90'
12    
13 jmc 1.5 DEFINES='-DWORDLENGTH=4 -DALLOW_USE_MPI'
14 heimbach 1.1 CPP='cpp -traditional -P'
15 jmc 1.4 EXTENDED_SRC_FLAG='-132'
16    
17 heimbach 1.1 #INCLUDES='-I/usr/include/netcdf'
18 heimbach 1.3 INCLUDES='-I/opt/netcdf-3.6.0-p1/include -I/usr/local/topspin/mpi/mpich/include'
19 jmc 1.4 LIBS='-L/opt/netcdf-3.6.0-p1/lib -L/usr/local/topspin/mpi/mpich/lib64 -lmpich_i -lpthread'
20 heimbach 1.1
21     # Note that the -mp switch is for ieee "maintain precision" and is
22     # roughly equivalent to -ieee
23     if test "x$IEEE" = x ; then
24 jmc 1.4 FFLAGS="$FFLAGS -w95 -g -convert big_endian -assume byterecl"
25     FOPTIM='-O3 -align'
26 heimbach 1.1 #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'
27     #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'
28     else
29     FOPTIM='-O0 -noalign'
30 jmc 1.4 FFLAGS="$FFLAGS -w95 -W0 -WB -xN -pc64 -convert big_endian -assume byterecl"
31     #FFLAGS="$FFLAGS -mp -w95 -W0 -WB"
32 heimbach 1.1 fi
33 jmc 1.4 #- might want to use '-r8' for fizhi pkg:
34     #FFLAGS="$FFLAGS -r8"
35 heimbach 1.1

  ViewVC Help
Powered by ViewVC 1.1.22