LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
pympipool/__init__.py
pympipool/_version.py
pympipool.egg-info/PKG-INFO
pympipool.egg-info/SOURCES.txt
pympipool.egg-info/dependency_links.txt
pympipool.egg-info/requires.txt
pympipool.egg-info/top_level.txt
pympipool/backend/__init__.py
pympipool/backend/mpiexec.py
pympipool/backend/serial.py
pympipool/flux/__init__.py
pympipool/flux/executor.py
pympipool/mpi/__init__.py
pympipool/mpi/executor.py
pympipool/shared/__init__.py
pympipool/shared/backend.py
pympipool/shared/communication.py
pympipool/shared/executorbase.py
pympipool/shared/interface.py
pympipool/shared/thread.py
pympipool/slurm/__init__.py
pympipool/slurm/executor.py
tests/test_flux.py
tests/test_future.py
tests/test_interface.py
tests/test_meta.py
tests/test_parse.py
tests/test_queue.py
tests/test_serial.py
tests/test_task.py
tests/test_thread.py
tests/test_with_dynamic_objects.py
tests/test_worker.py
tests/test_worker_memory.py
tests/test_zmq.py