Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 3
0
 def _init(self):
     Application._init(self)
     return
Exemplo n.º 4
0
 def _init(self):
     Application._init(self)
     return
Exemplo n.º 5
0
 def _init(self):
     base._init(self)
     return