Skip to content

Commit 654e8e4

Browse files
committed
Minor documentation inconsistency fixes
Out of curiosity, I asked an LLM agent to review the documentation against the code and point out inconsistencies. That's what it came with.
1 parent adbed10 commit 654e8e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are two ways of interacting with AliECS:
3434

3535
### I want to ensure AliECS can **run and control my process**
3636

37-
* **My software is based on FairMQ and/or O² DPL (Data Processing Later)**
37+
* **My software is based on FairMQ and/or O² DPL (Data Processing Layer)**
3838

3939
AliECS natively supports FairMQ (and DPL) devices.
4040
Head to [ControlWorkflows](https://github.com/AliceO2Group/ControlWorkflows) for instructions on how to configure your software to be controlled by AliECS.

core/integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ DD scheduler plugin informs the Data Distribution software about the pool of FLP
177177

178178
See [Legacy events: Kafka plugin](/docs/kafka.md#legacy-events-kafka-plugin)
179179

180-
# LHC plugin
180+
## LHC
181181

182182
This plugin listens to Kafka messages coming from the LHC DIP Client and pushes any relevant internal notifications to the AliECS core.
183183
Its main purpose is to provide basic information about ongoing LHC activity (e.g. fill information) to affected parties and allow AliECS to react upon them (e.g. by automatically stopping a physics run when stable beams are over).

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Running `make` will take a while as all dependencies are gathered, built and ins
8080
$ make all
8181
```
8282

83-
You should find several executables including `o2control-core`, `o2control-executor` and `coconut` in `bin`.
83+
You should find several executables including `o2-aliecs-core`, `o2-aliecs-executor` and `coconut` in `bin`.
8484

8585
For subsequent builds (after the first one), plain `make` (instead of `make all`) is sufficient. See the [Makefile reference](makefile_reference.md) for more information.
8686

docs/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The recommended way to set up a Mesos cluster is by performing a complete deploy
1010
The AliECS core on the head node should be stopped (`systemctl stop o2-aliecs-core`) and your own AliECS core should be made to point to the head node.
1111
Typically, it can be done by replacing the AliECS core binary on the head node with your own and restarting the `o2-aliecs-core` systemd service.
1212

13-
The following example flags assume a remote head node `centosvmtest`, the use of the default `settings.yaml` file, very verbose output, verbose workflow dumps on every workflow deployment, and the executor having been copied (`scp`) to `/opt/o2control-executor` on all controlled nodes:
13+
The following example flags assume a remote head node `centosvmtest`, the use of the default `settings.yaml` file, very verbose output, verbose workflow dumps on every workflow deployment, and the executor having been copied (`scp`) to `/opt/o2-aliecs-executor` on all controlled nodes:
1414

1515
```bash
1616
--coreConfigurationUri
@@ -22,7 +22,7 @@ http://centosvmtest:5050/api/v1/scheduler
2222
--verbose
2323
--veryVerbose
2424
--executor
25-
/opt/o2control-executor
25+
/opt/o2-aliecs-executor
2626
--dumpWorkflows
2727
```
2828

0 commit comments

Comments
 (0)