コード例 #1
0
ファイル: communicator.py プロジェクト: ericxuhao/wps_cwt
 def __init__( self ):
     ComputeEngineCommunicator.__init__( self )
コード例 #2
0
ファイル: communicator.py プロジェクト: ericxuhao/wps_cwt
 def __init__( self ):
     from modules import configuration
     ComputeEngineCommunicator.__init__( self )
     if MpiCommunicator.WorkerMgr is None:
         MpiCommunicator.WorkerMgr = WorkerManager()