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

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

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

revision 1.1 by jahn, Wed Jul 15 20:05:31 2015 UTC revision 1.2 by jahn, Thu Jan 26 20:22:21 2017 UTC
# Line 108  elif test -f /usr/local/include/netcdf.i Line 108  elif test -f /usr/local/include/netcdf.i
108      LIBS='-L/usr/local/lib64 -L/usr/local/lib'      LIBS='-L/usr/local/lib64 -L/usr/local/lib'
109  fi  fi
110    
111    if [ -n "$I_MPI_ROOT" -a -z "$MPI_INC_DIR" ]; then
112        MPI_INC_DIR="$I_MPI_ROOT/intel64/include"
113    fi
114    
115  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then
116      INCLUDES="$INCLUDES -I$MPI_INC_DIR"      INCLUDES="$INCLUDES -I$MPI_INC_DIR"
117      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"

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

  ViewVC Help
Powered by ViewVC 1.1.22