You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first form only prints a copy-safe command, `--validate` invokes Bohrium's native dry run without submission, and `--execute` performs the submission. Local validation rejects unresolved placeholders in the job spec and default `run.sh`. The sibling skill owns validation of scientific input files referenced by that wrapper. `job-terminate` and `job-kill` also require `--execute`. Resolve exact job IDs and preserve outputs before lifecycle changes.
| Bohrium container job | isolated production compute with chosen image/resource | job workspace is temporary; declared/downloaded outputs persist |
23
23
24
24
The session node and submitted job are different resources with different lifecycles and billing. Do not assume a package installed on the session node exists inside the job image.
25
25
@@ -28,21 +28,21 @@ The session node and submitted job are different resources with different lifecy
28
28
Use this order:
29
29
30
30
1. MatMaster built-in skill/tool for the exact operation;
31
-
2. bundled helper scripts over an installed `bohr` CLI;
32
-
3. bundled read-only OpenAPI probe for discovery;
33
-
4. raw CLI/OpenAPI only when the packaged helpers lack the required operation.
31
+
1. bundled helper scripts over an installed `bohr` CLI;
32
+
1. bundled read-only OpenAPI probe for discovery;
33
+
1. raw CLI/OpenAPI only when the packaged helpers lack the required operation.
34
34
35
35
Expected MatMaster platform capability families:
36
36
37
-
| Need | Capability |
38
-
|---|---|
39
-
| prepare/inspect files | workspace shell and file tools |
40
-
| submit a job or batch | built-in `bohrium-submit` skill |
41
-
| list/query jobs and groups | Bohrium query/list action |
42
-
| view/download logs and results | Bohrium log/download action |
43
-
| stop wrong work | Bohrium terminate/kill action after resolving exact IDs |
44
-
| list machine/SKU availability | Bohrium resource-list action |
45
-
| track long execution | planning/todo and monitoring capability |
0 commit comments