/[MITgcm]/MITgcm/tools/build_options/linux_amd64_ifort+mpi_sal_oxford
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_amd64_ifort+mpi_sal_oxford

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

revision 1.1 by heimbach, Tue Jun 21 16:17:44 2011 UTC revision 1.4 by jmc, Mon Jul 22 18:40:45 2013 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3    # $Header$
4    # $Name$
5    
6  # ----------------------------------------------------------------------------  # ----------------------------------------------------------------------------
7  # FOR MITgcm COMPILATION ON OSC CLUSTER SAL  # FOR MITgcm COMPILATION ON OSC CLUSTER SAL
8  # Last updated: HP 04/08/10  # Last updated: HP 04/08/10
9  # ----------------------------------------------------------------------------  # ----------------------------------------------------------------------------
10    
# Line 13  CPP='/usr/bin/cpp -P -traditional' Line 16  CPP='/usr/bin/cpp -P -traditional'
16  MPI='true'  MPI='true'
17    
18  #FFLAGS='-fPIC -r8 -i4 -WB -convert big_endian -assume byterecl'  #FFLAGS='-fPIC -r8 -i4 -WB -convert big_endian -assume byterecl'
19  FFLAGS='-r8 -i4 -WB -convert big_endian -assume byterecl -mcmodel=medium -shared-intel -g'  FFLAGS='-r8 -i4 -WB -convert big_endian -assume byterecl -mcmodel=medium -shared-intel -g'
20  FOPTIM='-O3 -xssse3'  FOPTIM='-O3 -xssse3'
21    
   
22  F90FLAGS=$FFLAGS  F90FLAGS=$FFLAGS
23  F90OPTIM=$FOPTIM  F90OPTIM=$FOPTIM
24    
25  #CFLAGS='-O3 -xssse3 -ip -fPIC'  #CFLAGS='-O3 -xssse3 -ip -fPIC'
26  CFLAGS='-03 -xssse3 -ip'  CFLAGS='-03 -xssse3 -ip'
27    
28  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'  DEFINES='-DALLOW_USE_MPI -DWORDLENGTH=4'
29    
30  # --------------------------  # --------------------------
31  # INCLUDE NETCDF DIRECTORIES  # INCLUDE NETCDF DIRECTORIES
# Line 37  LIBS="-L/home/system/software/sal/lib/ne Line 39  LIBS="-L/home/system/software/sal/lib/ne
39  # -----------------------  # -----------------------
40  INCLUDES="$INCLUDES -I/usr/include"  INCLUDES="$INCLUDES -I/usr/include"
41  INCLUDEDIRS="/usr/include"  INCLUDEDIRS="/usr/include"
 MPIINCLUDEDIR="/usr/include"  
42  LIBS="$LIBS -L/usr/lib64/"  LIBS="$LIBS -L/usr/lib64/"
 MPI_HEADER_FILES='/usr/include/mpif.h /usr/include/mpiof.h /usr/include/mpif_parameters.h'  
 MPI_HEADER_FILES_INC='/usr/include/mpif.h /usr/include/mpiof.h /usr/include/mpif_parameters.h'  
   
 #  
43  #INCLUDES="-I/usr/include -I/home/system/software/redqueen/libs/netcdf-4.0/include"  #INCLUDES="-I/usr/include -I/home/system/software/redqueen/libs/netcdf-4.0/include"
44  #LIBS="-L/home/system/software/redqueen/libs/netcdf-4.0/lib -lnetcdf -lmpi"  #LIBS="-L/home/system/software/redqueen/libs/netcdf-4.0/lib -lnetcdf -lmpi"
45    
46    #- used for parallel (MPI) DIVA
47    MPIINCLUDEDIR="/usr/include"
48    #MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'

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

  ViewVC Help
Powered by ViewVC 1.1.22