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

Update job-submission-and-execution.md fixed double $ in example, relates to #71

parent fd653427
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -292,7 +292,7 @@ $ qmgr -c 'p n @d' | grep ehc_1d | awk '{print $6}' | sort |uniq -c ...@@ -292,7 +292,7 @@ $ qmgr -c 'p n @d' | grep ehc_1d | awk '{print $6}' | sort |uniq -c
List of all nodes in specific dimension 1 group: List of all nodes in specific dimension 1 group:
```console ```console
$ $ qmgr -c 'p n @d' | grep 'ehc_1d = r1i0' | awk '{print $3}' | sort $ qmgr -c 'p n @d' | grep 'ehc_1d = r1i0' | awk '{print $3}' | sort
r1i0n0 r1i0n0
r1i0n1 r1i0n1
r1i0n10 r1i0n10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment