LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
discopop.egg-info/PKG-INFO
discopop.egg-info/SOURCES.txt
discopop.egg-info/dependency_links.txt
discopop.egg-info/entry_points.txt
discopop.egg-info/requires.txt
discopop.egg-info/top_level.txt
discopop.egg-info/zip-safe
discopop_explorer/__init__.py
discopop_explorer/__main__.py
discopop_explorer/discopop_explorer.py
discopop_explorer/json_serializer.py
discopop_explorer/parallel_utils.py
discopop_explorer/pattern_detection.py
discopop_explorer/utils.py
discopop_explorer/aliases/LineID.py
discopop_explorer/aliases/MemoryRegion.py
discopop_explorer/aliases/NodeID.py
discopop_explorer/aliases/__init__.py
discopop_explorer/classes/__init__.py
discopop_explorer/classes/variable.py
discopop_explorer/classes/PEGraph/CUNode.py
discopop_explorer/classes/PEGraph/Dependency.py
discopop_explorer/classes/PEGraph/DummyNode.py
discopop_explorer/classes/PEGraph/FunctionNode.py
discopop_explorer/classes/PEGraph/LoopNode.py
discopop_explorer/classes/PEGraph/Node.py
discopop_explorer/classes/PEGraph/NodeT.py
discopop_explorer/classes/PEGraph/PEGraphX.py
discopop_explorer/classes/PEGraph/__init__.py
discopop_explorer/classes/patterns/PatternBase.py
discopop_explorer/classes/patterns/PatternInfo.py
discopop_explorer/classes/patterns/__init__.py
discopop_explorer/enums/DepType.py
discopop_explorer/enums/EdgeType.py
discopop_explorer/enums/MWType.py
discopop_explorer/enums/NodeType.py
discopop_explorer/enums/__init__.py
discopop_explorer/functions/__init__.py
discopop_explorer/functions/PEGraph/__init__.py
discopop_explorer/functions/PEGraph/output/__init__.py
discopop_explorer/functions/PEGraph/output/gephi.py
discopop_explorer/functions/PEGraph/output/json.py
discopop_explorer/functions/PEGraph/properties/__init__.py
discopop_explorer/functions/PEGraph/properties/check_reachability.py
discopop_explorer/functions/PEGraph/properties/depends_ignore_readonly.py
discopop_explorer/functions/PEGraph/properties/is_loop_index.py
discopop_explorer/functions/PEGraph/properties/is_passed_by_reference.py
discopop_explorer/functions/PEGraph/properties/is_predecessor.py
discopop_explorer/functions/PEGraph/properties/is_readonly_inside_loop_body.py
discopop_explorer/functions/PEGraph/properties/is_reduction_var_by_name.py
discopop_explorer/functions/PEGraph/properties/is_scalar_val.py
discopop_explorer/functions/PEGraph/queries/__init__.py
discopop_explorer/functions/PEGraph/queries/edges.py
discopop_explorer/functions/PEGraph/queries/memory_regions.py
discopop_explorer/functions/PEGraph/queries/nodes.py
discopop_explorer/functions/PEGraph/queries/paths.py
discopop_explorer/functions/PEGraph/queries/reductions.py
discopop_explorer/functions/PEGraph/queries/subtree.py
discopop_explorer/functions/PEGraph/queries/variables.py
discopop_explorer/functions/PEGraph/traversal/__init__.py
discopop_explorer/functions/PEGraph/traversal/children.py
discopop_explorer/functions/PEGraph/traversal/parent.py
discopop_explorer/functions/PEGraph/traversal/successors.py
discopop_explorer/functions/PEGraph/unused/__init__.py
discopop_explorer/functions/PEGraph/unused/unused_functions.py
discopop_explorer/pattern_detectors/__init__.py
discopop_explorer/pattern_detectors/device_updates.py
discopop_explorer/pattern_detectors/do_all_detector.py
discopop_explorer/pattern_detectors/geometric_decomposition_detector.py
discopop_explorer/pattern_detectors/pipeline_detector.py
discopop_explorer/pattern_detectors/reduction_detector.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/CombinedGPURegions.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/__init__.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/combined_gpu_pattern_detector.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/prepare_metadata.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/step_1.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/step_2.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/step_3.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/step_4.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/step_5.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/step_6.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/utilities.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/Aliases.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/Dependency.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/EntryPoint.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/Enums.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/ExitPoint.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/Update.py
discopop_explorer/pattern_detectors/combined_gpu_patterns/classes/__init__.py
discopop_explorer/pattern_detectors/simple_gpu_patterns/GPULoop.py
discopop_explorer/pattern_detectors/simple_gpu_patterns/GPUMemory.py
discopop_explorer/pattern_detectors/simple_gpu_patterns/GPURegions.py
discopop_explorer/pattern_detectors/simple_gpu_patterns/__init__.py
discopop_explorer/pattern_detectors/simple_gpu_patterns/gpu_pattern_detector.py
discopop_explorer/pattern_detectors/simple_gpu_patterns/utils.py
discopop_explorer/pattern_detectors/task_parallelism/__init__.py
discopop_explorer/pattern_detectors/task_parallelism/alias_detection.py
discopop_explorer/pattern_detectors/task_parallelism/classes.py
discopop_explorer/pattern_detectors/task_parallelism/filter.py
discopop_explorer/pattern_detectors/task_parallelism/postprocessor.py
discopop_explorer/pattern_detectors/task_parallelism/preprocessor.py
discopop_explorer/pattern_detectors/task_parallelism/task_parallelism_detector.py
discopop_explorer/pattern_detectors/task_parallelism/tp_utils.py
discopop_explorer/pattern_detectors/task_parallelism/suggesters/__init__.py
discopop_explorer/pattern_detectors/task_parallelism/suggesters/auxiliary.py
discopop_explorer/pattern_detectors/task_parallelism/suggesters/barriers.py
discopop_explorer/pattern_detectors/task_parallelism/suggesters/data_sharing_clauses.py
discopop_explorer/pattern_detectors/task_parallelism/suggesters/dependency_clauses.py
discopop_explorer/pattern_detectors/task_parallelism/suggesters/tasks.py
discopop_explorer/plugins/__init__.py
discopop_explorer/plugins/pipeline.py
discopop_explorer/test/__init__.py
discopop_explorer/utilities/__init__.py
discopop_explorer/utilities/PEGraphConstruction/PEGraphConstructionUtilities.py
discopop_explorer/utilities/PEGraphConstruction/ParserUtilities.py
discopop_explorer/utilities/PEGraphConstruction/__init__.py
discopop_explorer/utilities/PEGraphConstruction/parser.py
discopop_explorer/utilities/PEGraphConstruction/classes/DependenceItem.py
discopop_explorer/utilities/PEGraphConstruction/classes/LoopData.py
discopop_explorer/utilities/PEGraphConstruction/classes/__init__.py
discopop_explorer/utilities/general/__init__.py
discopop_explorer/utilities/general/generate_Data_CUInst.py
discopop_explorer/utilities/statistics/CU_count.py
discopop_explorer/utilities/statistics/DEP_count.py
discopop_explorer/utilities/statistics/FUNC_count.py
discopop_explorer/utilities/statistics/LOOP_count.py
discopop_explorer/utilities/statistics/__init__.py
discopop_explorer/utilities/statistics/collect_statistics.py
discopop_explorer/utilities/statistics/maximum_call_path_depth.py
discopop_explorer/utilities/statistics/num_function_calls.py
discopop_explorer/utilities/statistics/output_statistics.py
discopop_explorer/utilities/statistics/suggestion_call_path_depths.py
discopop_explorer/utilities/statistics/suggestion_cyclomatic_complexity.py
discopop_explorer/utilities/statistics/suggestion_lines_of_code.py
discopop_explorer/utilities/statistics/cyclomatic_complexity/__init__.py
discopop_explorer/utilities/statistics/cyclomatic_complexity/boxplot.py
discopop_explorer/utilities/statistics/cyclomatic_complexity/cc_dictionary.py
discopop_explorer/utilities/statistics/cyclomatic_complexity/subtree.py
discopop_explorer/utilities/statistics/cyclomatic_complexity/total.py
discopop_explorer/utilities/statistics/utilities/__init__.py
discopop_explorer/utilities/statistics/utilities/call_path_depth.py
discopop_explorer/utilities/statistics/utilities/num_function_calls.py
discopop_library/__init__.py
discopop_library/py.typed
discopop_library/Aliases/__init__.py
discopop_library/Aliases/aliases.py
discopop_library/ArgumentClasses/GeneralArguments.py
discopop_library/CodeGenerator/CodeGenerator.py
discopop_library/CodeGenerator/CodeGeneratorArguments.py
discopop_library/CodeGenerator/__init__.py
discopop_library/CodeGenerator/classes/ContentBuffer.py
discopop_library/CodeGenerator/classes/Enums.py
discopop_library/CodeGenerator/classes/Line.py
discopop_library/CodeGenerator/classes/Pragma.py
discopop_library/CodeGenerator/classes/UnpackedSuggestion.py
discopop_library/CodeGenerator/classes/__init__.py
discopop_library/Compatibility/LegacyDiscoPoP/__init__.py
discopop_library/Compatibility/LegacyDiscoPoP/GEPDependencyRemover/ArgumentClasses.py
discopop_library/Compatibility/LegacyDiscoPoP/GEPDependencyRemover/GEPDependencyRemover.py
discopop_library/Compatibility/LegacyDiscoPoP/GEPDependencyRemover/Types.py
discopop_library/Compatibility/LegacyDiscoPoP/GEPDependencyRemover/__init__.py
discopop_library/Compatibility/LegacyDiscoPoP/GEPDependencyRemover/__main__.py
discopop_library/Compatibility/LegacyDiscoPoP/GEPDependencyRemover/utils.py
discopop_library/ConfigProvider/ConfigProviderArguments.py
discopop_library/ConfigProvider/__init__.py
discopop_library/ConfigProvider/__main__.py
discopop_library/ConfigProvider/config_provider.py
discopop_library/ConfigProvider/assets/.gitignore
discopop_library/ConfigProvider/assets/__init__.py
discopop_library/DependencyComparator/DependencyComparatorArguments.py
discopop_library/DependencyComparator/__main__.py
discopop_library/DependencyComparator/dependency_comparator.py
discopop_library/DependencyMetadata/compare_metadata.py
discopop_library/EmpiricalAutotuning/ArgumentClasses.py
discopop_library/EmpiricalAutotuning/Autotuner.py
discopop_library/EmpiricalAutotuning/Types.py
discopop_library/EmpiricalAutotuning/__init__.py
discopop_library/EmpiricalAutotuning/__main__.py
discopop_library/EmpiricalAutotuning/priorities.py
discopop_library/EmpiricalAutotuning/utils.py
discopop_library/EmpiricalAutotuning/Classes/CodeConfiguration.py
discopop_library/EmpiricalAutotuning/Classes/ExecutionResult.py
discopop_library/EmpiricalAutotuning/Statistics/StatisticsGraph.py
discopop_library/EmpiricalAutotuning/optimization/check_single_combination.py
discopop_library/EmpiricalAutotuning/optimization/dump_greedy.py.txt
discopop_library/EmpiricalAutotuning/optimization/evolutionary_combination.py
discopop_library/EmpiricalAutotuning/optimization/linear_hotspot_combination.py
discopop_library/EmpiricalAutotuning/optimization/linear_hotspot_combination_with_refinement.py
discopop_library/EmpiricalAutotuning/optimization/measure_only.py
discopop_library/EmpiricalAutotuning/optimization/parallel_region_combination_with_refinement.py
discopop_library/EmpiricalAutotuning/optimization/tmp_dump_evo_search.py.txt
discopop_library/EmpiricalAutotuning/output/intermediate.py
discopop_library/FolderStructure/__init__.py
discopop_library/FolderStructure/setup.py
discopop_library/FolderStructure/teardown.py
discopop_library/GlobalLogger/setup.py
discopop_library/HostpotLoader/HotspotLoaderArguments.py
discopop_library/HostpotLoader/HotspotNodeType.py
discopop_library/HostpotLoader/HotspotType.py
discopop_library/HostpotLoader/hostpot_loader.py
discopop_library/HostpotLoader/utilities.py
discopop_library/JSONHandler/JSONHandler.py
discopop_library/JSONHandler/__init__.py
discopop_library/LineMapping/__init__.py
discopop_library/LineMapping/delete.py
discopop_library/LineMapping/diff_modifications.py
discopop_library/LineMapping/initialize.py
discopop_library/LineMapping/load.py
discopop_library/LineMapping/save.py
discopop_library/MemoryRegions/__init__.py
discopop_library/MemoryRegions/utils.py
discopop_library/ParallelRegionMerger/ArgumentClasses.py
discopop_library/ParallelRegionMerger/ParallelRegionMerger.py
discopop_library/ParallelRegionMerger/Types.py
discopop_library/ParallelRegionMerger/__init__.py
discopop_library/ParallelRegionMerger/__main__.py
discopop_library/ParallelRegionMerger/inflated_parallel_region_pattern.py
discopop_library/ParallelRegionMerger/classes/__init__.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/CallEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/ContainsEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/DataflowEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/DoallModifierNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/Edge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/EnterParallelNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/ExitParallelNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/FinalEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/FriendlyModifierNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/IntermediateEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/ModifierEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/ModifierNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/ParallelRegionConnectionEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/ReductionModifierNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/SuccessorEdge.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/TGFunctionNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/TGLoopNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/TGNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/TaskGraph.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/TaskNode.py
discopop_library/ParallelRegionMerger/classes/TaskGraph/__init__.py
discopop_library/PatchApplicator/PatchApplicatorArguments.py
discopop_library/PatchApplicator/__init__.py
discopop_library/PatchApplicator/__main__.py
discopop_library/PatchApplicator/apply.py
discopop_library/PatchApplicator/clear.py
discopop_library/PatchApplicator/list.py
discopop_library/PatchApplicator/load.py
discopop_library/PatchApplicator/patch_applicator.py
discopop_library/PatchApplicator/rollback.py
discopop_library/PatchGenerator/PatchGeneratorArguments.py
discopop_library/PatchGenerator/__init__.py
discopop_library/PatchGenerator/__main__.py
discopop_library/PatchGenerator/diffs.py
discopop_library/PatchGenerator/from_json_patterns.py
discopop_library/PatchGenerator/from_optimizer_output.py
discopop_library/PatchGenerator/patch_generator.py
discopop_library/PathManagement/PathManagement.py
discopop_library/PathManagement/__init__.py
discopop_library/PatternIdManagement/unique_pattern_id.py
discopop_library/PreProcessor/PreProcessorArguments.py
discopop_library/PreProcessor/__init__.py
discopop_library/PreProcessor/__main__.py
discopop_library/PreProcessor/pre_processor.py
discopop_library/PreProcessor/demangle/data_xml.py
discopop_library/PreProcessor/demangle/dependency_metadata.py
discopop_library/PreProcessor/demangle/driver.py
discopop_library/PreProcessor/demangle/dynamic_dependencies.py
discopop_library/PreProcessor/demangle/reduction.py
discopop_library/PreProcessor/demangle/static_dependencies.py
discopop_library/PreProcessor/demangle/utilities.py
discopop_library/ProjectManager/ProjectManager.py
discopop_library/ProjectManager/ProjectManagerArguments.py
discopop_library/ProjectManager/__init__.py
discopop_library/ProjectManager/__main__.py
discopop_library/ProjectManager/configurations/copying.py
discopop_library/ProjectManager/configurations/deletion.py
discopop_library/ProjectManager/configurations/execution.py
discopop_library/ProjectManager/reports/console.py
discopop_library/ProjectManager/reports/csv.py
discopop_library/ProjectManager/reports/efficiency.py
discopop_library/ProjectManager/reports/execution_time.py
discopop_library/ProjectManager/reports/execution_time_full.py
discopop_library/ProjectManager/reports/full.py
discopop_library/ProjectManager/reports/speedup.py
discopop_library/ProjectManager/utilities/__init__.py
discopop_library/ProjectManager/utilities/deriveSettingsFiles.py
discopop_library/ProjectManager/utilities/initializeDirectories.py
discopop_library/ProjectManager/utilities/initializeFiles.py
discopop_library/ProjectManager/utilities/reset.py
discopop_library/ProjectManager/utilities/CLI/__init__.py
discopop_library/ProjectManager/utilities/CLI/listConfiguration.py
discopop_library/SanityChecker/ArgumentClasses.py
discopop_library/SanityChecker/SanityChecker.py
discopop_library/SanityChecker/Types.py
discopop_library/SanityChecker/__init__.py
discopop_library/SanityChecker/__main__.py
discopop_library/SanityChecker/utils.py
discopop_library/SanityChecker/Classes/CodeConfiguration.py
discopop_library/SanityChecker/Classes/ExecutionResult.py
discopop_library/Viewer/ViewerArguments.py
discopop_library/Viewer/__init__.py
discopop_library/Viewer/__main__.py
discopop_library/Viewer/suggestions_view.py
discopop_library/Viewer/viewer.py
discopop_library/__pycache__/__init__.cpython-38.pyc
discopop_library/discopop_optimizer/OptimizationGraph.py
discopop_library/discopop_optimizer/OptimizerArguments.py
discopop_library/discopop_optimizer/__init__.py
discopop_library/discopop_optimizer/__main__.py
discopop_library/discopop_optimizer/optimizer.py
discopop_library/discopop_optimizer/CostModels/CostModel.py
discopop_library/discopop_optimizer/CostModels/__init__.py
discopop_library/discopop_optimizer/CostModels/utilities.py
discopop_library/discopop_optimizer/CostModels/DataTransfer/DataTransferCosts.py
discopop_library/discopop_optimizer/CostModels/DataTransfer/__init__.py
discopop_library/discopop_optimizer/DataTransfers/DataTransfers.py
discopop_library/discopop_optimizer/DataTransfers/NewDataTransfers.py
discopop_library/discopop_optimizer/DataTransfers/__init__.py
discopop_library/discopop_optimizer/DataTransfers/calculate_configuration_data_movement.py
discopop_library/discopop_optimizer/DataTransfers/prepare_force_branch_end_data_movement.py
discopop_library/discopop_optimizer/DataTransfers/prepare_forced_data_movement.py
discopop_library/discopop_optimizer/DataTransfers/prepare_forced_data_movement_prior_to_call.py
discopop_library/discopop_optimizer/Microbench/DelaunayInterpolatedMicrobench.py
discopop_library/discopop_optimizer/Microbench/ExtrapInterpolatedMicrobench.py
discopop_library/discopop_optimizer/Microbench/Microbench.py
discopop_library/discopop_optimizer/Microbench/MicrobenchParser.py
discopop_library/discopop_optimizer/Microbench/MixedMicrobench.py
discopop_library/discopop_optimizer/Microbench/PureDataMicrobench.py
discopop_library/discopop_optimizer/Microbench/__init__.py
discopop_library/discopop_optimizer/Microbench/utils.py
discopop_library/discopop_optimizer/PETParser/PETParser.py
discopop_library/discopop_optimizer/PETParser/__init__.py
discopop_library/discopop_optimizer/PETParser/DataAccesses/CalculateUpdates.py
discopop_library/discopop_optimizer/PETParser/DataAccesses/FromCUs.py
discopop_library/discopop_optimizer/PETParser/DataAccesses/__init__.py
discopop_library/discopop_optimizer/UpdateOptimization/AddRangesToUpdates.py
discopop_library/discopop_optimizer/UpdateOptimization/LoopInitializationUpdates.py
discopop_library/discopop_optimizer/UpdateOptimization/RemoveDuplicatedUpdates.py
discopop_library/discopop_optimizer/UpdateOptimization/RemoveLoopIndexUpdates.py
discopop_library/discopop_optimizer/UpdateOptimization/RemoveSameDeviceUpdates.py
discopop_library/discopop_optimizer/UpdateOptimization/main.py
discopop_library/discopop_optimizer/Variables/Experiment.py
discopop_library/discopop_optimizer/Variables/ExperimentUtils.py
discopop_library/discopop_optimizer/Variables/__init__.py
discopop_library/discopop_optimizer/bindings/__init__.py
discopop_library/discopop_optimizer/bindings/utilities.py
discopop_library/discopop_optimizer/classes/__init__.py
discopop_library/discopop_optimizer/classes/context/ContextObject.py
discopop_library/discopop_optimizer/classes/context/ContextObjectUtils.py
discopop_library/discopop_optimizer/classes/context/Update.py
discopop_library/discopop_optimizer/classes/context/__init__.py
discopop_library/discopop_optimizer/classes/edges/CallEdge.py
discopop_library/discopop_optimizer/classes/edges/ChildEdge.py
discopop_library/discopop_optimizer/classes/edges/DataFlowEdge.py
discopop_library/discopop_optimizer/classes/edges/GenericEdge.py
discopop_library/discopop_optimizer/classes/edges/MutuallyExclusiveEdge.py
discopop_library/discopop_optimizer/classes/edges/OptionEdge.py
discopop_library/discopop_optimizer/classes/edges/RequirementEdge.py
discopop_library/discopop_optimizer/classes/edges/SuccessorEdge.py
discopop_library/discopop_optimizer/classes/edges/TemporaryEdge.py
discopop_library/discopop_optimizer/classes/edges/__init__.py
discopop_library/discopop_optimizer/classes/enums/Distributions.py
discopop_library/discopop_optimizer/classes/enums/__init__.py
discopop_library/discopop_optimizer/classes/nodes/ContextMerge.py
discopop_library/discopop_optimizer/classes/nodes/ContextNode.py
discopop_library/discopop_optimizer/classes/nodes/ContextRestore.py
discopop_library/discopop_optimizer/classes/nodes/ContextSave.py
discopop_library/discopop_optimizer/classes/nodes/ContextSnapshot.py
discopop_library/discopop_optimizer/classes/nodes/ContextSnapshotPop.py
discopop_library/discopop_optimizer/classes/nodes/DeviceSwitch.py
discopop_library/discopop_optimizer/classes/nodes/FunctionReturn.py
discopop_library/discopop_optimizer/classes/nodes/FunctionRoot.py
discopop_library/discopop_optimizer/classes/nodes/GenericNode.py
discopop_library/discopop_optimizer/classes/nodes/Loop.py
discopop_library/discopop_optimizer/classes/nodes/SynchronizationTrigger.py
discopop_library/discopop_optimizer/classes/nodes/Workload.py
discopop_library/discopop_optimizer/classes/nodes/__init__.py
discopop_library/discopop_optimizer/classes/system/Network.py
discopop_library/discopop_optimizer/classes/system/System.py
discopop_library/discopop_optimizer/classes/system/__init__.py
discopop_library/discopop_optimizer/classes/system/system_utils.py
discopop_library/discopop_optimizer/classes/system/devices/CPU.py
discopop_library/discopop_optimizer/classes/system/devices/Device.py
discopop_library/discopop_optimizer/classes/system/devices/DeviceTypeEnum.py
discopop_library/discopop_optimizer/classes/system/devices/GPU.py
discopop_library/discopop_optimizer/classes/system/devices/__init__.py
discopop_library/discopop_optimizer/classes/types/Aliases.py
discopop_library/discopop_optimizer/classes/types/DataAccessType.py
discopop_library/discopop_optimizer/classes/types/__init__.py
discopop_library/discopop_optimizer/gui/__init__.py
discopop_library/discopop_optimizer/gui/plotting/CostModels.py
discopop_library/discopop_optimizer/gui/plotting/__init__.py
discopop_library/discopop_optimizer/gui/presentation/ChoiceDetails.py
discopop_library/discopop_optimizer/gui/presentation/OptionTable.py
discopop_library/discopop_optimizer/gui/presentation/__init__.py
discopop_library/discopop_optimizer/gui/queries/ValueTableQuery.py
discopop_library/discopop_optimizer/gui/queries/__init__.py
discopop_library/discopop_optimizer/gui/widgets/ScrollableFrame.py
discopop_library/discopop_optimizer/gui/widgets/ScrollableText.py
discopop_library/discopop_optimizer/gui/widgets/__init__.py
discopop_library/discopop_optimizer/interactive/interactive_optimizer.py
discopop_library/discopop_optimizer/optimization/evaluate.py
discopop_library/discopop_optimizer/optimization/evaluate_all_decision_combinations.py
discopop_library/discopop_optimizer/optimization/evolutionary_algorithm.py
discopop_library/discopop_optimizer/optimization/greedy.py
discopop_library/discopop_optimizer/optimization/validation.py
discopop_library/discopop_optimizer/scheduling/__init__.py
discopop_library/discopop_optimizer/scheduling/workload_delta.py
discopop_library/discopop_optimizer/suggestions/__init__.py
discopop_library/discopop_optimizer/suggestions/importers/__init__.py
discopop_library/discopop_optimizer/suggestions/importers/do_all.py
discopop_library/discopop_optimizer/suggestions/importers/main.py
discopop_library/discopop_optimizer/suggestions/importers/reduction.py
discopop_library/discopop_optimizer/suggestions/optimizers/loop_collapse.py
discopop_library/discopop_optimizer/suggestions/optimizers/main.py
discopop_library/discopop_optimizer/utilities/MOGUtilities.py
discopop_library/discopop_optimizer/utilities/__init__.py
discopop_library/discopop_optimizer/utilities/insert_device_switch_nodes.py
discopop_library/discopop_optimizer/utilities/simple_utilities.py
discopop_library/discopop_optimizer/utilities/optimization/__init__.py
discopop_library/discopop_optimizer/utilities/optimization/GlobalOptimization/RandomSamples.py
discopop_library/discopop_optimizer/utilities/optimization/GlobalOptimization/__init__.py
discopop_library/discopop_optimizer/utilities/optimization/LocalOptimization/TopDown.py
discopop_library/discopop_optimizer/utilities/optimization/LocalOptimization/__init__.py
discopop_library/discopop_optimizer/utilities/visualization/__init__.py
discopop_library/discopop_optimizer/utilities/visualization/plotting.py
discopop_library/discopop_optimizer/utilities/visualization/update_graph.py
discopop_library/global_data/__init__.py
discopop_library/global_data/__pycache__/__init__.cpython-38.pyc
discopop_library/global_data/version/VERSION
discopop_library/global_data/version/__init__.py
discopop_library/global_data/version/utils.py
discopop_library/global_data/version/__pycache__/__init__.cpython-38.pyc
discopop_library/global_data/version/__pycache__/utils.cpython-38.pyc
discopop_library/result_classes/DetectionResult.py
discopop_library/result_classes/MergedPattern.py
discopop_library/result_classes/OptimizerOutputPattern.py
discopop_library/result_classes/PatternStorage.py
discopop_library/result_classes/__init__.py
test/__init__.py
test/end_to_end/__init__.py
test/end_to_end/do_all/__init__.py
test/end_to_end/do_all/calls/__init__.py
test/end_to_end/do_all/calls/above_nesting_level_3/__init__.py
test/end_to_end/do_all/calls/above_nesting_level_3/test.py
test/end_to_end/do_all/calls/allowing/__init__.py
test/end_to_end/do_all/calls/allowing/test.py
test/end_to_end/do_all/calls/allowing_2/__init__.py
test/end_to_end/do_all/calls/allowing_2/test.py
test/end_to_end/do_all/calls/preventing/__init__.py
test/end_to_end/do_all/calls/second_order/__init__.py
test/end_to_end/do_all/calls/second_order/allowing/__init__.py
test/end_to_end/do_all/calls/second_order/allowing/test.py
test/end_to_end/do_all/calls/second_order/allowing_2/__init__.py
test/end_to_end/do_all/calls/second_order/allowing_2/test.py
test/end_to_end/do_all/daxpy/__init__.py
test/end_to_end/do_all/daxpy/test.py
test/end_to_end/do_all/negative/__init__.py
test/end_to_end/do_all/negative/nested/__init__.py
test/end_to_end/do_all/negative/nested/OMPSCR/__init__.py
test/end_to_end/do_all/simple/__init__.py
test/end_to_end/do_all/simple/global_vars/__init__.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/__init__.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_arrays/__init__.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_arrays/test.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_struct/__init__.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_struct/test.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_vectors/__init__.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_vectors/test.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_vectors_and_struct/__init__.py
test/end_to_end/do_all/simple/global_vars/miniFE_CSRMatrix_proxy/global_vectors_and_struct/test.py
test/end_to_end/do_all/simple/nested/__init__.py
test/end_to_end/do_all/simple/nested/depth_2/__init__.py
test/end_to_end/do_all/simple/nested/depth_2/positive/__init__.py
test/end_to_end/do_all/simple/nested/depth_2/positive/both_loops_doall/__init__.py
test/end_to_end/do_all/simple/nested/depth_2/positive/both_loops_doall/test.py
test/end_to_end/do_all/simple/not_nested/__init__.py
test/end_to_end/do_all/simple/not_nested/negative/__init__.py
test/end_to_end/do_all/simple/not_nested/negative/minimal/__init__.py
test/end_to_end/do_all/simple/not_nested/negative/minimal/test.py
test/end_to_end/do_all/simple/not_nested/negative/stack_access/__init__.py
test/end_to_end/do_all/simple/not_nested/negative/stack_access/test.py
test/end_to_end/do_all/simple/not_nested/positive/__init__.py
test/end_to_end/do_all/simple/not_nested/positive/test.py
test/end_to_end/do_all/stack_access/__init__.py
test/end_to_end/do_all/stack_access/nested/__init__.py
test/end_to_end/do_all/stack_access/nested/positive/__init__.py
test/end_to_end/do_all/stack_access/nested/positive/test.py
test/end_to_end/do_all/stack_access/various/__init__.py
test/end_to_end/do_all/stack_access/various/case_0/__init__.py
test/end_to_end/do_all/stack_access/various/case_0/test.py
test/end_to_end/do_all/stack_access/various/case_1/__init__.py
test/end_to_end/do_all/stack_access/various/case_1/test.py
test/end_to_end/do_all/stack_access/various/case_2/__init__.py
test/end_to_end/do_all/stack_access/various/case_2/test.py
test/end_to_end/do_all/stack_access/various/case_3/__init__.py
test/end_to_end/do_all/stack_access/various/case_3/test.py
test/end_to_end/do_all/stack_access/various/case_5/__init__.py
test/end_to_end/do_all/stack_access/various/case_5/test.py
test/end_to_end/do_all/struct/__init__.py
test/end_to_end/do_all/struct/positive/__init__.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/__init__.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/access_outside_struct/__init__.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/access_outside_struct/test.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/std_data_types/__init__.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/std_data_types/test.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/template_data_types/__init__.py
test/end_to_end/do_all/struct/positive/miniFE_CSRMatrix_proxy/template_data_types/test.py
test/end_to_end/optimizer/__init__.py
test/end_to_end/optimizer/loop_collapse/__init__.py
test/end_to_end/optimizer/loop_collapse/positive/__init__.py
test/end_to_end/optimizer/loop_collapse/positive/simple_1/__init__.py
test/end_to_end/optimizer/loop_collapse/positive/simple_1/test.py
test/end_to_end/reduction_pattern/__init__.py
test/end_to_end/reduction_pattern/negative/__init__.py
test/end_to_end/reduction_pattern/negative/case_1/__init__.py
test/end_to_end/reduction_pattern/negative/case_1/test.py
test/end_to_end/reduction_pattern/positive/__init__.py
test/end_to_end/reduction_pattern/positive/nested/__init__.py
test/end_to_end/reduction_pattern/positive/nested/OMPSCR/__init__.py
test/end_to_end/reduction_pattern/positive/nested/OMPSCR/c_Mandelbrot/__init__.py
test/end_to_end/reduction_pattern/positive/nested/OMPSCR/c_Mandelbrot/test.py
test/end_to_end/sharing_clauses/__init__.py
test/end_to_end/sharing_clauses/do_all/__init__.py
test/end_to_end/sharing_clauses/do_all/first_private/__init__.py
test/end_to_end/sharing_clauses/do_all/first_private/case_1/__init__.py
test/end_to_end/sharing_clauses/do_all/first_private/case_1/test.py
test/end_to_end/sharing_clauses/do_all/last_private/__init__.py
test/end_to_end/sharing_clauses/do_all/last_private/case_1/__init__.py
test/end_to_end/sharing_clauses/do_all/last_private/case_1/test.py
test/end_to_end/sharing_clauses/do_all/no_clause/__init__.py
test/end_to_end/sharing_clauses/do_all/no_clause/case_1/__init__.py
test/end_to_end/sharing_clauses/do_all/no_clause/case_1/test.py
test/end_to_end/sharing_clauses/do_all/private/__init__.py
test/end_to_end/sharing_clauses/do_all/private/case_1/__init__.py
test/end_to_end/sharing_clauses/do_all/private/case_1/test.py
test/end_to_end/sharing_clauses/do_all/shared/__init__.py
test/end_to_end/sharing_clauses/do_all/shared/case_1/__init__.py
test/end_to_end/sharing_clauses/do_all/shared/case_1/test.py
test/end_to_end/sharing_clauses/do_all/shared/case_2/__init__.py
test/end_to_end/sharing_clauses/do_all/shared/case_2/test.py
test/end_to_end/sharing_clauses/do_all/shared/case_3/__init__.py
test/end_to_end/sharing_clauses/do_all/shared/case_3/test.py
test/profiler/__init__.py
test/profiler/utilities.py
test/profiler/RAW/__init__.py
test/profiler/RAW/raw_0/__init__.py
test/profiler/RAW/raw_0/required_dependencies.py
test/profiler/RAW/raw_0/test_case.py
test/profiler/RAW/raw_01/__init__.py
test/profiler/RAW/raw_01/required_dependencies.py
test/profiler/RAW/raw_01/test_case.py
test/profiler/RAW/raw_02/__init__.py
test/profiler/RAW/raw_02/required_dependencies.py
test/profiler/RAW/raw_02/test_case.py
test/profiler/RAW/raw_03/__init__.py
test/profiler/RAW/raw_03/required_dependencies.py
test/profiler/RAW/raw_03/test_case.py
test/profiler/RAW/raw_04/__init__.py
test/profiler/RAW/raw_04/required_dependencies.py
test/profiler/RAW/raw_04/test_case.py
test/profiler/RAW/raw_05/__init__.py
test/profiler/RAW/raw_05/required_dependencies.py
test/profiler/RAW/raw_05/test_case.py
test/profiler/RAW/raw_06/__init__.py
test/profiler/RAW/raw_06/required_dependencies.py
test/profiler/RAW/raw_06/test_case.py
test/profiler/RAW/raw_07/__init__.py
test/profiler/RAW/raw_07/required_dependencies.py
test/profiler/RAW/raw_07/test_case.py
test/profiler/RAW/raw_08/__init__.py
test/profiler/RAW/raw_08/required_dependencies.py
test/profiler/RAW/raw_08/test_case.py
test/profiler/RAW/raw_09/__init__.py
test/profiler/RAW/raw_09/required_dependencies.py
test/profiler/RAW/raw_09/test_case.py
test/profiler/RAW/raw_10_1/__init__.py
test/profiler/RAW/raw_10_1/required_dependencies.py
test/profiler/RAW/raw_10_1/test_case.py
test/profiler/RAW/raw_10_2/__init__.py
test/profiler/RAW/raw_10_2/required_dependencies.py
test/profiler/RAW/raw_10_2/test_case.py
test/profiler/RAW/raw_11_1/__init__.py
test/profiler/RAW/raw_11_1/required_dependencies.py
test/profiler/RAW/raw_11_1/test_case.py
test/profiler/RAW/raw_11_2/__init__.py
test/profiler/RAW/raw_11_2/required_dependencies.py
test/profiler/RAW/raw_11_2/test_case.py
test/profiler/RAW/raw_12_1/__init__.py
test/profiler/RAW/raw_12_1/required_dependencies.py
test/profiler/RAW/raw_12_1/test_case.py
test/profiler/RAW/raw_12_2/__init__.py
test/profiler/RAW/raw_12_2/required_dependencies.py
test/profiler/RAW/raw_12_2/test_case.py
test/profiler/RAW/raw_13_1/__init__.py
test/profiler/RAW/raw_13_1/required_dependencies.py
test/profiler/RAW/raw_13_1/test_case.py
test/profiler/RAW/raw_13_2/__init__.py
test/profiler/RAW/raw_13_2/required_dependencies.py
test/profiler/RAW/raw_13_2/test_case.py
test/profiler/RAW/raw_14_1/__init__.py
test/profiler/RAW/raw_14_1/required_dependencies.py
test/profiler/RAW/raw_14_1/test_case.py
test/profiler/RAW/raw_14_2/__init__.py
test/profiler/RAW/raw_14_2/required_dependencies.py
test/profiler/RAW/raw_14_2/test_case.py
test/profiler/RAW/raw_16/__init__.py
test/profiler/RAW/raw_16/required_dependencies.py
test/profiler/RAW/raw_16/test_case.py
test/profiler/RAW/raw_17/__init__.py
test/profiler/RAW/raw_17/required_dependencies.py
test/profiler/RAW/raw_17/test_case.py
test/profiler/RAW/raw_18/__init__.py
test/profiler/RAW/raw_18/required_dependencies.py
test/profiler/RAW/raw_18/test_case.py
test/profiler/RAW/raw_19/__init__.py
test/profiler/RAW/raw_19/required_dependencies.py
test/profiler/RAW/raw_19/test_case.py
test/profiler/RAW/raw_20/__init__.py
test/profiler/RAW/raw_20/required_dependencies.py
test/profiler/RAW/raw_20/test_case.py
test/profiler/RAW/raw_21/__init__.py
test/profiler/RAW/raw_21/required_dependencies.py
test/profiler/RAW/raw_21/test_case.py
test/profiler/RAW/raw_22/__init__.py
test/profiler/RAW/raw_22/required_dependencies.py
test/profiler/RAW/raw_22/test_case.py
test/profiler/RAW/raw_23/__init__.py
test/profiler/RAW/raw_23/required_dependencies.py
test/profiler/RAW/raw_23/test_case.py
test/profiler/RAW/raw_24/__init__.py
test/profiler/RAW/raw_24/required_dependencies.py
test/profiler/RAW/raw_24/test_case.py
test/profiler/RAW/raw_24_2/__init__.py
test/profiler/RAW/raw_24_2/required_dependencies.py
test/profiler/RAW/raw_24_2/test_case.py
test/profiler/RAW/raw_25/__init__.py
test/profiler/RAW/raw_25/required_dependencies.py
test/profiler/RAW/raw_25/test_case.py
test/profiler/RAW/raw_25_2/__init__.py
test/profiler/RAW/raw_25_2/required_dependencies.py
test/profiler/RAW/raw_25_2/test_case.py
test/profiler/RAW/raw_26/__init__.py
test/profiler/RAW/raw_26/required_dependencies.py
test/profiler/RAW/raw_26/test_case.py
test/profiler/RAW/raw_26_2/__init__.py
test/profiler/RAW/raw_26_2/required_dependencies.py
test/profiler/RAW/raw_26_2/test_case.py
test/profiler/RAW/raw_27/__init__.py
test/profiler/RAW/raw_27/required_dependencies.py
test/profiler/RAW/raw_27/test_case.py
test/profiler/RAW/raw_27_2/__init__.py
test/profiler/RAW/raw_27_2/required_dependencies.py
test/profiler/RAW/raw_27_2/test_case.py
test/profiler/RAW/raw_28/__init__.py
test/profiler/RAW/raw_28/required_dependencies.py
test/profiler/RAW/raw_28/test_case.py
test/profiler/RAW/raw_28_2/__init__.py
test/profiler/RAW/raw_28_2/required_dependencies.py
test/profiler/RAW/raw_28_2/test_case.py
test/profiler/RAW/raw_29/__init__.py
test/profiler/RAW/raw_29/required_dependencies.py
test/profiler/RAW/raw_29/test_case.py
test/profiler/RAW/raw_29_2/__init__.py
test/profiler/RAW/raw_29_2/required_dependencies.py
test/profiler/RAW/raw_29_2/test_case.py
test/profiler/RAW/raw_30/__init__.py
test/profiler/RAW/raw_30/required_dependencies.py
test/profiler/RAW/raw_30/test_case.py
test/profiler/RAW/raw_31/__init__.py
test/profiler/RAW/raw_31/required_dependencies.py
test/profiler/RAW/raw_31/test_case.py
test/profiler/RAW/raw_32/__init__.py
test/profiler/RAW/raw_32/required_dependencies.py
test/profiler/RAW/raw_32/test_case.py
test/profiler/RAW/raw_33/__init__.py
test/profiler/RAW/raw_33/required_dependencies.py
test/profiler/RAW/raw_33/test_case.py
test/profiler/RAW/raw_34/__init__.py
test/profiler/RAW/raw_34/required_dependencies.py
test/profiler/RAW/raw_34/test_case.py
test/profiler/RAW/raw_35/__init__.py
test/profiler/RAW/raw_35/required_dependencies.py
test/profiler/RAW/raw_35/test_case.py
test/profiler/RAW/raw_36/__init__.py
test/profiler/RAW/raw_36/required_dependencies.py
test/profiler/RAW/raw_36/test_case.py
test/profiler/RAW/raw_37/__init__.py
test/profiler/RAW/raw_37/required_dependencies.py
test/profiler/RAW/raw_37/test_case.py
test/profiler/RAW/raw_38/__init__.py
test/profiler/RAW/raw_38/required_dependencies.py
test/profiler/RAW/raw_38/test_case.py
test/profiler/RAW/raw_39/__init__.py
test/profiler/RAW/raw_39/required_dependencies.py
test/profiler/RAW/raw_39/test_case.py
test/profiler/RAW/raw_40/__init__.py
test/profiler/RAW/raw_40/required_dependencies.py
test/profiler/RAW/raw_40/test_case.py
test/profiler/RAW/raw_41/__init__.py
test/profiler/RAW/raw_41/required_dependencies.py
test/profiler/RAW/raw_41/test_case.py
test/profiler/RAW/raw_42/__init__.py
test/profiler/RAW/raw_42/required_dependencies.py
test/profiler/RAW/raw_42/test_case.py
test/profiler/RAW/raw_43/__init__.py
test/profiler/RAW/raw_43/required_dependencies.py
test/profiler/RAW/raw_43/test_case.py
test/profiler/RAW/raw_43_2/__init__.py
test/profiler/RAW/raw_43_2/required_dependencies.py
test/profiler/RAW/raw_43_2/test_case.py
test/profiler/RAW/raw_44/__init__.py
test/profiler/RAW/raw_44/required_dependencies.py
test/profiler/RAW/raw_44/test_case.py
test/profiler/RAW/raw_45/__init__.py
test/profiler/RAW/raw_45/required_dependencies.py
test/profiler/RAW/raw_45/test_case.py
test/profiler/RAW/raw_46/__init__.py
test/profiler/RAW/raw_46/required_dependencies.py
test/profiler/RAW/raw_46/test_case.py
test/profiler/RAW/raw_47/__init__.py
test/profiler/RAW/raw_47/required_dependencies.py
test/profiler/RAW/raw_47/test_case.py
test/profiler/RAW/raw_47_2/__init__.py
test/profiler/RAW/raw_47_2/required_dependencies.py
test/profiler/RAW/raw_47_2/test_case.py
test/profiler/RAW/raw_48/__init__.py
test/profiler/RAW/raw_48/required_dependencies.py
test/profiler/RAW/raw_48/test_case.py
test/profiler/RAW/raw_49/__init__.py
test/profiler/RAW/raw_49/required_dependencies.py
test/profiler/RAW/raw_49/test_case.py
test/profiler/RAW/raw_50/__init__.py
test/profiler/RAW/raw_50/required_dependencies.py
test/profiler/RAW/raw_50/test_case.py
test/profiler/RAW/raw_51/__init__.py
test/profiler/RAW/raw_51/required_dependencies.py
test/profiler/RAW/raw_51/test_case.py
test/profiler/WAR/__init__.py
test/profiler/WAR/war_00/__init__.py
test/profiler/WAR/war_00/required_dependencies.py
test/profiler/WAR/war_00/test_case.py
test/profiler/WAR/war_01/__init__.py
test/profiler/WAR/war_01/required_dependencies.py
test/profiler/WAR/war_01/test_case.py
test/profiler/WAR/war_02/__init__.py
test/profiler/WAR/war_02/required_dependencies.py
test/profiler/WAR/war_02/test_case.py
test/profiler/WAR/war_03/__init__.py
test/profiler/WAR/war_03/required_dependencies.py
test/profiler/WAR/war_03/test_case.py
test/profiler/WAR/war_04/__init__.py
test/profiler/WAR/war_04/required_dependencies.py
test/profiler/WAR/war_04/test_case.py
test/profiler/WAR/war_05/__init__.py
test/profiler/WAR/war_05/required_dependencies.py
test/profiler/WAR/war_05/test_case.py
test/profiler/WAR/war_06/__init__.py
test/profiler/WAR/war_06/required_dependencies.py
test/profiler/WAR/war_06/test_case.py
test/profiler/WAR/war_07/__init__.py
test/profiler/WAR/war_07/required_dependencies.py
test/profiler/WAR/war_07/test_case.py
test/profiler/WAR/war_08/__init__.py
test/profiler/WAR/war_08/required_dependencies.py
test/profiler/WAR/war_08/test_case.py
test/profiler/WAR/war_09/__init__.py
test/profiler/WAR/war_09/required_dependencies.py
test/profiler/WAR/war_09/test_case.py
test/profiler/WAR/war_10/__init__.py
test/profiler/WAR/war_10/required_dependencies.py
test/profiler/WAR/war_10/test_case.py
test/profiler/WAR/war_11/__init__.py
test/profiler/WAR/war_11/required_dependencies.py
test/profiler/WAR/war_11/test_case.py
test/profiler/WAR/war_12/__init__.py
test/profiler/WAR/war_12/required_dependencies.py
test/profiler/WAR/war_12/test_case.py
test/profiler/WAR/war_13/__init__.py
test/profiler/WAR/war_13/required_dependencies.py
test/profiler/WAR/war_13/test_case.py
test/profiler/WAR/war_14/__init__.py
test/profiler/WAR/war_14/required_dependencies.py
test/profiler/WAR/war_14/test_case.py
test/profiler/WAR/war_15/__init__.py
test/profiler/WAR/war_15/required_dependencies.py
test/profiler/WAR/war_15/test_case.py
test/profiler/WAR/war_16/__init__.py
test/profiler/WAR/war_16/required_dependencies.py
test/profiler/WAR/war_16/test_case.py
test/profiler/WAR/war_17/__init__.py
test/profiler/WAR/war_17/required_dependencies.py
test/profiler/WAR/war_17/test_case.py
test/profiler/WAR/war_18/__init__.py
test/profiler/WAR/war_18/required_dependencies.py
test/profiler/WAR/war_18/test_case.py
test/profiler/WAR/war_19/__init__.py
test/profiler/WAR/war_19/required_dependencies.py
test/profiler/WAR/war_19/test_case.py
test/profiler/WAR/war_20/__init__.py
test/profiler/WAR/war_20/required_dependencies.py
test/profiler/WAR/war_20/test_case.py
test/profiler/WAR/war_21/__init__.py
test/profiler/WAR/war_21/required_dependencies.py
test/profiler/WAR/war_21/test_case.py
test/profiler/WAR/war_22/__init__.py
test/profiler/WAR/war_22/required_dependencies.py
test/profiler/WAR/war_22/test_case.py
test/profiler/WAR/war_23/__init__.py
test/profiler/WAR/war_23/required_dependencies.py
test/profiler/WAR/war_23/test_case.py
test/profiler/WAR/war_23_2/__init__.py
test/profiler/WAR/war_23_2/required_dependencies.py
test/profiler/WAR/war_23_2/test_case.py
test/profiler/WAR/war_24/__init__.py
test/profiler/WAR/war_24/required_dependencies.py
test/profiler/WAR/war_24/test_case.py
test/profiler/WAR/war_24_2/__init__.py
test/profiler/WAR/war_24_2/required_dependencies.py
test/profiler/WAR/war_24_2/test_case.py
test/profiler/WAR/war_25/__init__.py
test/profiler/WAR/war_25/required_dependencies.py
test/profiler/WAR/war_25/test_case.py
test/profiler/WAR/war_25_2/__init__.py
test/profiler/WAR/war_25_2/required_dependencies.py
test/profiler/WAR/war_25_2/test_case.py
test/profiler/WAR/war_26/__init__.py
test/profiler/WAR/war_26/required_dependencies.py
test/profiler/WAR/war_26/test_case.py
test/profiler/WAR/war_26_2/__init__.py
test/profiler/WAR/war_26_2/required_dependencies.py
test/profiler/WAR/war_26_2/test_case.py
test/profiler/WAR/war_27/__init__.py
test/profiler/WAR/war_27/required_dependencies.py
test/profiler/WAR/war_27/test_case.py
test/profiler/WAR/war_27_2/__init__.py
test/profiler/WAR/war_27_2/required_dependencies.py
test/profiler/WAR/war_27_2/test_case.py
test/profiler/WAR/war_28/__init__.py
test/profiler/WAR/war_28/required_dependencies.py
test/profiler/WAR/war_28/test_case.py
test/profiler/WAR/war_28_2/__init__.py
test/profiler/WAR/war_28_2/required_dependencies.py
test/profiler/WAR/war_28_2/test_case.py
test/profiler/WAR/war_29/__init__.py
test/profiler/WAR/war_29/required_dependencies.py
test/profiler/WAR/war_29/test_case.py
test/profiler/WAR/war_30/__init__.py
test/profiler/WAR/war_30/required_dependencies.py
test/profiler/WAR/war_30/test_case.py
test/profiler/WAR/war_31/__init__.py
test/profiler/WAR/war_31/required_dependencies.py
test/profiler/WAR/war_31/test_case.py
test/profiler/WAR/war_32/__init__.py
test/profiler/WAR/war_32/required_dependencies.py
test/profiler/WAR/war_32/test_case.py
test/profiler/WAR/war_33/__init__.py
test/profiler/WAR/war_33/required_dependencies.py
test/profiler/WAR/war_33/test_case.py
test/profiler/WAR/war_34/__init__.py
test/profiler/WAR/war_34/required_dependencies.py
test/profiler/WAR/war_34/test_case.py
test/profiler/WAR/war_35/__init__.py
test/profiler/WAR/war_35/required_dependencies.py
test/profiler/WAR/war_35/test_case.py
test/profiler/WAR/war_36/__init__.py
test/profiler/WAR/war_36/required_dependencies.py
test/profiler/WAR/war_36/test_case.py
test/profiler/WAR/war_37/__init__.py
test/profiler/WAR/war_37/required_dependencies.py
test/profiler/WAR/war_37/test_case.py
test/profiler/WAR/war_41/__init__.py
test/profiler/WAR/war_41/required_dependencies.py
test/profiler/WAR/war_41/test_case.py
test/profiler/WAR/war_42/__init__.py
test/profiler/WAR/war_42/required_dependencies.py
test/profiler/WAR/war_42/test_case.py
test/profiler/WAR/war_42_2/__init__.py
test/profiler/WAR/war_42_2/required_dependencies.py
test/profiler/WAR/war_42_2/test_case.py
test/profiler/WAR/war_43/__init__.py
test/profiler/WAR/war_43/required_dependencies.py
test/profiler/WAR/war_43/test_case.py
test/profiler/WAR/war_44/__init__.py
test/profiler/WAR/war_44/required_dependencies.py
test/profiler/WAR/war_44/test_case.py
test/profiler/WAR/war_45/__init__.py
test/profiler/WAR/war_45/required_dependencies.py
test/profiler/WAR/war_45/test_case.py
test/profiler/WAR/war_45_2/__init__.py
test/profiler/WAR/war_45_2/required_dependencies.py
test/profiler/WAR/war_45_2/test_case.py
test/profiler/WAR/war_46/__init__.py
test/profiler/WAR/war_46/required_dependencies.py
test/profiler/WAR/war_46/test_case.py
test/profiler/WAR/war_46_2/__init__.py
test/profiler/WAR/war_46_2/required_dependencies.py
test/profiler/WAR/war_46_2/test_case.py
test/profiler/WAR/war_47/__init__.py
test/profiler/WAR/war_47/required_dependencies.py
test/profiler/WAR/war_47/test_case.py
test/profiler/WAR/war_48/__init__.py
test/profiler/WAR/war_48/required_dependencies.py
test/profiler/WAR/war_48/test_case.py
test/profiler/WAR/war_49/__init__.py
test/profiler/WAR/war_49/required_dependencies.py
test/profiler/WAR/war_49/test_case.py
test/profiler/WAR/war_50/__init__.py
test/profiler/WAR/war_50/required_dependencies.py
test/profiler/WAR/war_50/test_case.py
test/profiler/WAR/war_51/__init__.py
test/profiler/WAR/war_51/required_dependencies.py
test/profiler/WAR/war_51/test_case.py
test/profiler/WAR/war_52/__init__.py
test/profiler/WAR/war_52/required_dependencies.py
test/profiler/WAR/war_52/test_case.py
test/profiler/WAR/war_53/__init__.py
test/profiler/WAR/war_53/required_dependencies.py
test/profiler/WAR/war_53/test_case.py
test/profiler/WAR/war_54/__init__.py
test/profiler/WAR/war_54/required_dependencies.py
test/profiler/WAR/war_54/test_case.py
test/profiler/WAR/war_55/__init__.py
test/profiler/WAR/war_55/required_dependencies.py
test/profiler/WAR/war_55/test_case.py
test/profiler/WAW/__init__.py
test/profiler/WAW/waw_00/__init__.py
test/profiler/WAW/waw_00/required_dependencies.py
test/profiler/WAW/waw_00/test_case.py
test/profiler/WAW/waw_01/__init__.py
test/profiler/WAW/waw_01/required_dependencies.py
test/profiler/WAW/waw_01/test_case.py
test/profiler/WAW/waw_02/__init__.py
test/profiler/WAW/waw_02/required_dependencies.py
test/profiler/WAW/waw_02/test_case.py
test/profiler/WAW/waw_03/__init__.py
test/profiler/WAW/waw_03/required_dependencies.py
test/profiler/WAW/waw_03/test_case.py
test/profiler/WAW/waw_04/__init__.py
test/profiler/WAW/waw_04/required_dependencies.py
test/profiler/WAW/waw_04/test_case.py
test/profiler/WAW/waw_05/__init__.py
test/profiler/WAW/waw_05/required_dependencies.py
test/profiler/WAW/waw_05/test_case.py
test/profiler/WAW/waw_06/__init__.py
test/profiler/WAW/waw_06/required_dependencies.py
test/profiler/WAW/waw_06/test_case.py
test/profiler/WAW/waw_07/__init__.py
test/profiler/WAW/waw_07/required_dependencies.py
test/profiler/WAW/waw_07/test_case.py
test/profiler/WAW/waw_08/__init__.py
test/profiler/WAW/waw_08/required_dependencies.py
test/profiler/WAW/waw_08/test_case.py
test/profiler/WAW/waw_09/__init__.py
test/profiler/WAW/waw_09/required_dependencies.py
test/profiler/WAW/waw_09/test_case.py
test/profiler/WAW/waw_10/__init__.py
test/profiler/WAW/waw_10/required_dependencies.py
test/profiler/WAW/waw_10/test_case.py
test/profiler/WAW/waw_11/__init__.py
test/profiler/WAW/waw_11/required_dependencies.py
test/profiler/WAW/waw_11/test_case.py
test/profiler/WAW/waw_12/__init__.py
test/profiler/WAW/waw_12/required_dependencies.py
test/profiler/WAW/waw_12/test_case.py
test/profiler/WAW/waw_13/__init__.py
test/profiler/WAW/waw_13/required_dependencies.py
test/profiler/WAW/waw_13/test_case.py
test/profiler/WAW/waw_14/__init__.py
test/profiler/WAW/waw_14/required_dependencies.py
test/profiler/WAW/waw_14/test_case.py
test/profiler/WAW/waw_15/__init__.py
test/profiler/WAW/waw_15/required_dependencies.py
test/profiler/WAW/waw_15/test_case.py
test/profiler/WAW/waw_16/__init__.py
test/profiler/WAW/waw_16/required_dependencies.py
test/profiler/WAW/waw_16/test_case.py
test/profiler/WAW/waw_17/__init__.py
test/profiler/WAW/waw_17/required_dependencies.py
test/profiler/WAW/waw_17/test_case.py
test/profiler/WAW/waw_18/__init__.py
test/profiler/WAW/waw_18/required_dependencies.py
test/profiler/WAW/waw_18/test_case.py
test/profiler/WAW/waw_19/__init__.py
test/profiler/WAW/waw_19/required_dependencies.py
test/profiler/WAW/waw_19/test_case.py
test/profiler/WAW/waw_20/__init__.py
test/profiler/WAW/waw_20/required_dependencies.py
test/profiler/WAW/waw_20/test_case.py
test/profiler/WAW/waw_21/__init__.py
test/profiler/WAW/waw_21/required_dependencies.py
test/profiler/WAW/waw_21/test_case.py
test/profiler/WAW/waw_22/__init__.py
test/profiler/WAW/waw_22/required_dependencies.py
test/profiler/WAW/waw_22/test_case.py
test/profiler/WAW/waw_23/__init__.py
test/profiler/WAW/waw_23/required_dependencies.py
test/profiler/WAW/waw_23/test_case.py
test/profiler/WAW/waw_23_2/__init__.py
test/profiler/WAW/waw_23_2/required_dependencies.py
test/profiler/WAW/waw_23_2/test_case.py
test/profiler/WAW/waw_24/__init__.py
test/profiler/WAW/waw_24/required_dependencies.py
test/profiler/WAW/waw_24/test_case.py
test/profiler/WAW/waw_24_2/__init__.py
test/profiler/WAW/waw_24_2/required_dependencies.py
test/profiler/WAW/waw_24_2/test_case.py
test/profiler/WAW/waw_25/__init__.py
test/profiler/WAW/waw_25/required_dependencies.py
test/profiler/WAW/waw_25/test_case.py
test/profiler/WAW/waw_25_2/__init__.py
test/profiler/WAW/waw_25_2/required_dependencies.py
test/profiler/WAW/waw_25_2/test_case.py
test/profiler/WAW/waw_26/__init__.py
test/profiler/WAW/waw_26/required_dependencies.py
test/profiler/WAW/waw_26/test_case.py
test/profiler/WAW/waw_26_2/__init__.py
test/profiler/WAW/waw_26_2/required_dependencies.py
test/profiler/WAW/waw_26_2/test_case.py
test/profiler/WAW/waw_27/__init__.py
test/profiler/WAW/waw_27/required_dependencies.py
test/profiler/WAW/waw_27/test_case.py
test/profiler/WAW/waw_27_2/__init__.py
test/profiler/WAW/waw_27_2/required_dependencies.py
test/profiler/WAW/waw_27_2/test_case.py
test/profiler/WAW/waw_28/__init__.py
test/profiler/WAW/waw_28/required_dependencies.py
test/profiler/WAW/waw_28/test_case.py
test/profiler/WAW/waw_28_2/__init__.py
test/profiler/WAW/waw_28_2/required_dependencies.py
test/profiler/WAW/waw_28_2/test_case.py
test/profiler/WAW/waw_29/__init__.py
test/profiler/WAW/waw_29/required_dependencies.py
test/profiler/WAW/waw_29/test_case.py
test/profiler/WAW/waw_30/__init__.py
test/profiler/WAW/waw_30/required_dependencies.py
test/profiler/WAW/waw_30/test_case.py
test/profiler/WAW/waw_31/__init__.py
test/profiler/WAW/waw_31/required_dependencies.py
test/profiler/WAW/waw_31/test_case.py
test/profiler/WAW/waw_32/__init__.py
test/profiler/WAW/waw_32/required_dependencies.py
test/profiler/WAW/waw_32/test_case.py
test/profiler/WAW/waw_33/__init__.py
test/profiler/WAW/waw_33/required_dependencies.py
test/profiler/WAW/waw_33/test_case.py
test/profiler/WAW/waw_34/__init__.py
test/profiler/WAW/waw_34/required_dependencies.py
test/profiler/WAW/waw_34/test_case.py
test/profiler/WAW/waw_35/__init__.py
test/profiler/WAW/waw_35/required_dependencies.py
test/profiler/WAW/waw_35/test_case.py
test/profiler/WAW/waw_36/__init__.py
test/profiler/WAW/waw_36/required_dependencies.py
test/profiler/WAW/waw_36/test_case.py
test/profiler/WAW/waw_37/__init__.py
test/profiler/WAW/waw_37/required_dependencies.py
test/profiler/WAW/waw_37/test_case.py
test/profiler/WAW/waw_39/__init__.py
test/profiler/WAW/waw_39/required_dependencies.py
test/profiler/WAW/waw_39/test_case.py
test/profiler/WAW/waw_41/__init__.py
test/profiler/WAW/waw_41/required_dependencies.py
test/profiler/WAW/waw_41/test_case.py
test/profiler/WAW/waw_42/__init__.py
test/profiler/WAW/waw_42/required_dependencies.py
test/profiler/WAW/waw_42/test_case.py
test/profiler/WAW/waw_42_2/__init__.py
test/profiler/WAW/waw_42_2/required_dependencies.py
test/profiler/WAW/waw_42_2/test_case.py
test/profiler/WAW/waw_43/__init__.py
test/profiler/WAW/waw_43/required_dependencies.py
test/profiler/WAW/waw_43/test_case.py
test/profiler/WAW/waw_44/__init__.py
test/profiler/WAW/waw_44/required_dependencies.py
test/profiler/WAW/waw_44/test_case.py
test/profiler/WAW/waw_45/__init__.py
test/profiler/WAW/waw_45/required_dependencies.py
test/profiler/WAW/waw_45/test_case.py
test/profiler/WAW/waw_46/__init__.py
test/profiler/WAW/waw_46/required_dependencies.py
test/profiler/WAW/waw_46/test_case.py
test/profiler/WAW/waw_47/__init__.py
test/profiler/WAW/waw_47/required_dependencies.py
test/profiler/WAW/waw_47/test_case.py
test/profiler/WAW/waw_49/__init__.py
test/profiler/WAW/waw_49/required_dependencies.py
test/profiler/WAW/waw_49/test_case.py
test/profiler/WAW/waw_50/__init__.py
test/profiler/WAW/waw_50/required_dependencies.py
test/profiler/WAW/waw_50/test_case.py
test/profiler/WAW/waw_51/__init__.py
test/profiler/WAW/waw_51/required_dependencies.py
test/profiler/WAW/waw_51/test_case.py
test/profiler/WAW/waw_52/__init__.py
test/profiler/WAW/waw_52/required_dependencies.py
test/profiler/WAW/waw_52/test_case.py
test/profiler/WAW/waw_53/__init__.py
test/profiler/WAW/waw_53/required_dependencies.py
test/profiler/WAW/waw_53/test_case.py
test/utils/__init__.py
test/utils/existence/__init__.py
test/utils/existence/existence_utils.py
test/utils/sharing_clauses/__init__.py
test/utils/sharing_clauses/clauses_utils.py
test/utils/validator_classes/DoAllInfoForValidation.py
test/utils/validator_classes/__init__.py
test/wip_end_to_end/__init__.py
test/wip_end_to_end/do_all/__init__.py
test/wip_end_to_end/do_all/backwards_array_access/__init__.py
test/wip_end_to_end/do_all/backwards_array_access/test.py
test/wip_end_to_end/do_all/calls/__init__.py
test/wip_end_to_end/do_all/calls/complex/__init__.py
test/wip_end_to_end/do_all/calls/complex/test.py
test/wip_end_to_end/do_all/calls/complex_no_varname_duplicates/__init__.py
test/wip_end_to_end/do_all/calls/complex_no_varname_duplicates/test.py
test/wip_end_to_end/do_all/calls/preventing/__init__.py
test/wip_end_to_end/do_all/calls/preventing/simple/__init__.py
test/wip_end_to_end/do_all/calls/preventing/simple/test.py
test/wip_end_to_end/do_all/calls/second_order/__init__.py
test/wip_end_to_end/do_all/calls/second_order/preventing/__init__.py
test/wip_end_to_end/do_all/calls/second_order/preventing/test.py
test/wip_end_to_end/do_all/calls/second_order/preventing_2/__init__.py
test/wip_end_to_end/do_all/calls/second_order/preventing_2/test.py
test/wip_end_to_end/do_all/simple/__init__.py
test/wip_end_to_end/do_all/simple/nested/__init__.py
test/wip_end_to_end/do_all/simple/nested/depth_2/__init__.py
test/wip_end_to_end/do_all/simple/nested/depth_2/positive/__init__.py
test/wip_end_to_end/do_all/simple/nested/depth_2/positive/inner_loop_doall/__init__.py
test/wip_end_to_end/do_all/simple/nested/depth_2/positive/inner_loop_doall/test.py
test/wip_end_to_end/do_all/simple/nested/depth_2/positive/outer_loop_doall/__init__.py
test/wip_end_to_end/do_all/simple/nested/depth_2/positive/outer_loop_doall/test.py
test/wip_end_to_end/do_all/stack_access/__init__.py
test/wip_end_to_end/do_all/stack_access/various/__init__.py
test/wip_end_to_end/do_all/stack_access/various/case_4/__init__.py
test/wip_end_to_end/do_all/stack_access/various/case_4/test.py
test/wip_end_to_end/reduction_pattern/__init__.py
test/wip_end_to_end/reduction_pattern/negative/__init__.py
test/wip_end_to_end/reduction_pattern/negative/case_2/__init__.py
test/wip_end_to_end/reduction_pattern/negative/case_2/test.py
test/wip_end_to_end/sharing_clauses/__init__.py
test/wip_end_to_end/sharing_clauses/do_all/__init__.py
test/wip_end_to_end/sharing_clauses/do_all/first_private/__init__.py
test/wip_end_to_end/sharing_clauses/do_all/first_private/case_2/__init__.py
test/wip_end_to_end/sharing_clauses/do_all/first_private/case_2/test.py
tools/__init__.py
tools/submodules/__init__.py