coexist.schedulers.LocalScheduler#
- class coexist.schedulers.LocalScheduler(python_executable=['/home/docs/checkouts/readthedocs.org/user_builds/coexist/envs/latest/bin/python'])[source]#
Bases:
SchedulerSchedule parallel workloads on the local / shared-memory machine.
By default, it will use the
sys.executablePython interpreter (i.e. the one used to execute the current code); you can set it to a different name, e.g.coexist.schedulers.LocalScheduler(["python3"]).- __init__(python_executable=['/home/docs/checkouts/readthedocs.org/user_builds/coexist/envs/latest/bin/python'])[source]#
Methods
__init__([python_executable])schedule(dirpath, index)