diff --git a/docs.it4i/job-features.md b/docs.it4i/job-features.md index 6a57b7af1fb6116f1395c99cbf7224e74f112bf3..4bf46fe9909aec8602675e36a61f4e7fb572c5c5 100644 --- a/docs.it4i/job-features.md +++ b/docs.it4i/job-features.md @@ -1,6 +1,6 @@ -/ 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 $ salloc... --comment "use:feature=req" @@ -18,7 +18,7 @@ or for multiple features $ 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