Skip to content
Snippets Groups Projects
Commit cca29e86 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

header fix

parent 98e8a5ca
No related branches found
No related tags found
No related merge requests found
Pipeline #34310 passed with warnings
/ Job Features # Job Features
Special features installed/configured on the fly on allocated nodes, features are requested in Slurm job usin specially formatted comment. Special features installed/configured on the fly on allocated nodes, features are requested in Slurm job using specially formatted comments.
```console ```console
$ salloc... --comment "use:feature=req" $ salloc... --comment "use:feature=req"
...@@ -18,7 +18,7 @@ or for multiple features ...@@ -18,7 +18,7 @@ or for multiple features
$ salloc ... --comment "use:feature1=req1 use:feature2=req2 ..." $ salloc ... --comment "use:feature1=req1 use:feature2=req2 ..."
``` ```
where feature is feature name and req is requested value (true, version string, etc.) where `feature` is a feature name and `req` is a requested value (`true`, `version string`, etc.)
## Xorg ## Xorg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment