Proper string format on ValueError when MPI library is not found.

PiperOrigin-RevId: 231503050
This commit is contained in:
Mihai Maruseac
2019-01-29 17:07:38 -08:00
committed by TensorFlower Gardener
parent fca8f722cb
commit 91ebeecc92

View File

@@ -1482,7 +1482,7 @@ def set_other_mpi_vars(environ_cp):
else:
raise ValueError(
'Cannot find the MPI library file in %s/lib or %s/lib64 or %s/lib32' %
mpi_home, mpi_home, mpi_home)
(mpi_home, mpi_home, mpi_home))
def set_system_libs_flag(environ_cp):