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

Diff of /MITgcm/tools/build_options/darwin_amd64_gfortran

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

revision 1.3 by jmc, Fri Jun 22 17:04:39 2012 UTC revision 1.4 by jmc, Mon Jul 22 18:40:45 2013 UTC
# Line 3  Line 3 
3  # $Header$  # $Header$
4  # $Name$  # $Name$
5    
6  # tested on MacBook Pro with Snow Leopard & Snow Lion  # tested on MacBook Pro with Snow Leopard & Snow Lion
7  # ==> need to update folowing comments:  # ==> need to update folowing comments:
8  # on 20-Nov-2009  # on 20-Nov-2009
9  # gcc and gfortran obtained from  # gcc and gfortran obtained from
# Line 88  fi Line 88  fi
88  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then
89      INCLUDES="$INCLUDES -I$MPI_INC_DIR"      INCLUDES="$INCLUDES -I$MPI_INC_DIR"
90      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"
91        #- used for parallel (MPI) DIVA
92      MPIINCLUDEDIR="$MPI_INC_DIR"      MPIINCLUDEDIR="$MPI_INC_DIR"
93      MPI_HEADER_FILES='mpif.h mpiof.h'     #MPI_HEADER_FILES='mpif.h mpiof.h'
     MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h'  
94  fi  fi
95    

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

  ViewVC Help
Powered by ViewVC 1.1.22