예제 #1
0
    def _init(self):
        """Called by mpi.Application.__init__(). Inventory object becomes available.
        """
        Application._init(self)

        # self.nodes is the # of CPUs for this simulation, used by the
        # scheduler and launcher
        #
        # self.getNodes is defined in the child classes
        self.nodes = self.getNodes()
        return
예제 #2
0
    def _init(self):
        '''Called by mpi.Application.__init__(). Inventory object becomes available.
        '''
        Application._init(self)

        # self.nodes is the # of CPUs for this simulation, used by the
        # scheduler and launcher
        #
        # self.getNodes is defined in the child classes
        self.nodes = self.getNodes()
        return
예제 #3
0
 def _init(self):
     Application._init(self)
     return
예제 #4
0
파일: shock.py 프로젝트: bmi-forum/bmi-pyre
 def _init(self):
     Application._init(self)
     return
예제 #5
0
 def _init(self):
     base._init(self)
     return