def start_runtime(): ''' Starts the runtime by calling the external python library that calls the bindings-common. ''' if __debug__: logger.info('Starting COMPSs...') compss.start_runtime() if __debug__: logger.info('COMPSs started')
def start_runtime(): """ Starts the runtime by calling the external python library that calls the bindings-common. :return: None """ if __debug__: logger.info("Starting COMPSs...") compss.start_runtime() if __debug__: logger.info("COMPSs started")
def start_runtime(): compss.start_runtime() logger.info("COMPSs started")