/[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.19 by heimbach, Mon Jul 2 16:39:59 2012 UTC revision 1.20 by jmc, Mon Jul 22 18:40:45 2013 UTC
# Line 26  Line 26 
26  #       export MPI_INC_DIR=$MPI_GCC_DIR/include  #       export MPI_INC_DIR=$MPI_GCC_DIR/include
27  #       export PATH=$MPI_GCC_DIR/bin:$PATH  #       export PATH=$MPI_GCC_DIR/bin:$PATH
28  #  #
29  # and on IRIDIS at Southampton  # and on IRIDIS at Southampton
30  # http://www.southampton.ac.uk/isolutions/computing/hpc/iridis/  # http://www.southampton.ac.uk/isolutions/computing/hpc/iridis/
31  #    with  #    with
32  #       module load openmpi/1.4.3/gcc-4.3.3  #       module load openmpi/1.4.3/gcc-4.3.3
# Line 142  fi Line 142  fi
142  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then
143      INCLUDES="$INCLUDES -I$MPI_INC_DIR"      INCLUDES="$INCLUDES -I$MPI_INC_DIR"
144      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"      INCLUDEDIRS="$INCLUDEDIRS $MPI_INC_DIR"
145        #- used for parallel (MPI) DIVA
146      MPIINCLUDEDIR="$MPI_INC_DIR"      MPIINCLUDEDIR="$MPI_INC_DIR"
147      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'  
148  fi  fi

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.22