mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Proper string format on ValueError when MPI library is not found.
PiperOrigin-RevId: 231503050
This commit is contained in:
committed by
TensorFlower Gardener
parent
fca8f722cb
commit
91ebeecc92
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user