ores.compute.app
Table of Contents
Represents the high-level definition of an engine that can be executed on grid nodes (e.g., ORE_STUDIO, LLAMA_CPP, LEDGER). The BOINC equivalent of 'app'.
Flags
Primary key
UUID primary key for the app.
Natural keys
name
Unique application identifier, e.g. 'ORE_STUDIO', 'LLAMA_CPP', 'LEDGER'.
Columns
description
Human-readable description of the application engine.
SQL
Flags
C++
Flags
Repository
Domain includes
#include <string>
Conventions
Qt
Columns (Qt model)
| enum_name | field | header | type | width |
|---|---|---|---|---|
| Name | name | Name | string | 160 |
| Description | description | Description | string | 300 |
| Version | version | Version | int | 60 |
| ModifiedBy | modified_by | Modified By | string | 120 |
Custom repository methods
See also
- ores.compute — component group overview.