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

Diff of /MITgcm/tools/build_options/linux_amd64_gfortran

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

revision 1.24 by jmc, Thu Mar 20 18:51:43 2014 UTC revision 1.25 by jahn, Mon Jun 9 15:57:31 2014 UTC
# Line 147  elif test -d /usr/include/netcdf.inc ; t Line 147  elif test -d /usr/include/netcdf.inc ; t
147      LIBS='-L/usr/lib64'      LIBS='-L/usr/lib64'
148  fi  fi
149    
150    if [ -n "$MPI_HOME" -a -z "$MPI_INC_DIR" ]; then
151        MPI_INC_DIR="$MPI_HOME/include"
152    fi
153  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then
154      INCLUDES="$INCLUDES -I$MPI_INC_DIR"      INCLUDES="$INCLUDES -I$MPI_INC_DIR"
155      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22