ores.compute
The ores.compute module groups all logical entities in the ores.compute namespace. Each entity is a logical-space type projected by ores.codegen into C++, SQL, and other technical spaces.
Entities
| Entity | Brief |
|---|---|
| ores.compute.app | A registered application engine in the compute grid. |
| ores.compute.app_version | A versioned wrapper+engine bundle for a compute grid application. |
| ores.compute.host | A registered compute node in the distributed grid. |
| ores.compute.batch | A logical grouping of workunits forming a financial computation batch. |
| ores.compute.workunit | An abstract job template within a compute batch. |
| ores.compute.result | A specific execution instance of a workunit assigned to a host. |
See also
- ores.compute — component overview.