File fix_mvapich_mpi_bzl.patch of Package tensorflow
diff --git a/third_party/mpi/mpi.bzl b/third_party/mpi/mpi.bzl index 3a48335..1cd43f8 100644 --- a/third_party/mpi/mpi.bzl +++ b/third_party/mpi/mpi.bzl @@ -2,7 +2,7 @@ #based on the configuration options return one or the other def mpi_hdr(): - MPI_LIB_IS_OPENMPI = True + MPI_LIB_IS_OPENMPI=True hdrs = [] if MPI_LIB_IS_OPENMPI: hdrs = ["mpi.h", "mpi_portable_platform.h"] #When using OpenMPI