@ -18,5 +18,5 @@ from __future__ import print_function
from . import hdfs_utils
from .hdfs_utils import *
__all__ = lookup_table_utils.__all__
#__all__ = lookup_table_utils.__all__
__all__ = hdfs_utils.__all__
@ -44,5 +44,8 @@ class MPIHelper(object):
def get_hostname(self):
import socket
return socket.gethostname()
def finalize(self):
MPI.Finalize()
@ -97,6 +97,7 @@ class PaddlePSInstance(object):
pass
self.dh.finalize()