pyworkflow.utils.process module¶
This module handles process execution
-
pyworkflow.utils.process.
buildRunCommand
(programname, params, numberOfMpi, hostConfig=None, env=None, gpuList=None)[source]¶ Return a string with the command line to run
-
pyworkflow.utils.process.
killWithChilds
(pid)[source]¶ Kill the process with given pid and all children processes. Params:
pid: the process id to terminate