Implement coexecution manager.
This manager is designed to just handle one job. It should be able to stage a job, write a command line to the job directory, and wait for an exit code to appear. Meant to be used alongside a container that actually runs the resulting tool.
Showing
- pulsar/managers/base/directory.py 12 additions, 0 deletionspulsar/managers/base/directory.py
- pulsar/managers/queued.py 2 additions, 2 deletionspulsar/managers/queued.py
- pulsar/managers/unqueued.py 99 additions, 39 deletionspulsar/managers/unqueued.py
- test/manager_coexecution_test.py 58 additions, 0 deletionstest/manager_coexecution_test.py
- test/test_utils.py 6 additions, 3 deletionstest/test_utils.py
Loading
Please register or sign in to comment