WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
wrench.h
1 
10 #ifndef WRENCH_WRENCH_H
11 #define WRENCH_WRENCH_H
12 
13 #include "wrench/simulation/Simulation.h"
14 
15 // Services and Service Properties
16 #include "wrench/services/compute/bare_metal/BareMetalComputeService.h"
17 #include "wrench/services/compute/bare_metal/BareMetalComputeServiceProperty.h"
18 #include "wrench/services/storage/simple/SimpleStorageService.h"
19 #include "wrench/services/storage/simple/SimpleStorageServiceProperty.h"
20 #include "wrench/services/file_registry/FileRegistryService.h"
21 #include "wrench/services/file_registry/FileRegistryServiceProperty.h"
22 #include "wrench/services/compute/virtualized_cluster/VirtualizedClusterComputeService.h"
23 #include "wrench/services/compute/virtualized_cluster/VirtualizedClusterComputeServiceProperty.h"
24 #include "wrench/services/compute/cloud/CloudComputeService.h"
25 #include "wrench/services/compute/cloud/CloudComputeServiceProperty.h"
26 #include "wrench/services/compute/batch/BatchComputeService.h"
27 #include "wrench/services/compute/batch/BatchComputeServiceProperty.h"
28 #include "wrench/services/compute/htcondor/HTCondorComputeService.h"
29 #include "wrench/services/compute/htcondor/HTCondorComputeServiceProperty.h"
30 #include "wrench/services/network_proximity/NetworkProximityService.h"
31 #include "wrench/services/network_proximity/NetworkProximityServiceProperty.h"
32 
33 // Simulation Output Analysis
34 #include "wrench/simulation/SimulationTimestamp.h"
35 #include "wrench/simulation/SimulationTimestampTypes.h"
36 
37 // Workflow
38 #include "wrench/workflow/Workflow.h"
39 #include "wrench/workflow/WorkflowTask.h"
40 
41 // Tools
42 #include "wrench/tools/wfcommons/WfCommonsWorkflowParser.h"
43 
44 
45 #endif //WRENCH_WRENCH_H