LICENSE
README.md
pyproject.toml
setup.py
ParProcCo/__init__.py
ParProcCo/aggregator_interface.py
ParProcCo/data_slicer_interface.py
ParProcCo/job_controller.py
ParProcCo/job_scheduler.py
ParProcCo/job_scheduling_information.py
ParProcCo/job_slicer_interface.py
ParProcCo/nxdata_aggregation_slicer.py
ParProcCo/nxdata_aggregator.py
ParProcCo/passthru_wrapper.py
ParProcCo/program_wrapper.py
ParProcCo/simple_data_slicer.py
ParProcCo/utils.py
ParProcCo.egg-info/PKG-INFO
ParProcCo.egg-info/SOURCES.txt
ParProcCo.egg-info/dependency_links.txt
ParProcCo.egg-info/requires.txt
ParProcCo.egg-info/top_level.txt
ParProcCo/slurm/__init__.py
ParProcCo/slurm/generate_models.py
ParProcCo/slurm/slurm_client.py
ParProcCo/slurm/slurm_rest.py
ParProcCo/slurm/slurmdb_rest.py
ParProcCo/test/__init__.py
scripts/nxdata_aggregate
scripts/ppc_cluster_runner
scripts/ppc_cluster_submit
tests/test_job_controller.py
tests/test_job_scheduler.py
tests/test_nxdata_aggregator.py
tests/test_simple_data_aggregator.py
tests/test_simple_data_slicer.py