saga-project / BigJob

SAGA-based Pilot-Job Implementation for Compute and Data
http://saga-project.github.com/BigJob/
Other
19 stars 8 forks source link

pilot.wait semantics? #150

Open andre-merzky opened 10 years ago

andre-merzky commented 10 years ago

Documentation in the code says:

    def wait(self):
        """ Wait until Pilot Compute to enter a final state (Done, Cancel or Failed) 

        It is not an error to call wait() in a final state -- the call simply
        returns immediately.        
        """
        self.__bigjob.wait()

but bigjob_manager.wait () says:

    def wait(self):
        """ Waits for completion of all sub-jobs """        

So, which is it?

andre-merzky commented 10 years ago

I would love to get a reaction on this ticket...