Skip to content

Commit b2303f3

Browse files
committed
rfc27: shrink example tables to fit content
1 parent 6335973 commit b2303f3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

spec_27.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ Specific Example
246246
Request 4 nodes, each with 1 slot
247247

248248
Existing Equivalents
249-
+-----------------------------------+-----------------------------------+
250-
| Slurm | ``salloc -N4`` |
251-
+-----------------------------------+-----------------------------------+
252-
| PBS | ``qsub -l nodes=4`` |
253-
+-----------------------------------+-----------------------------------+
249+
+--------+-----------------------+
250+
| Slurm | ``salloc -N4`` |
251+
+--------+-----------------------+
252+
| PBS | ``qsub -l nodes=4`` |
253+
+--------+-----------------------+
254254

255255
Jobspec YAML
256256
.. literalinclude:: data/spec_27/use_case_1.1.yaml
@@ -264,11 +264,11 @@ Specific Example
264264
Request 4 slots, each with 1 node
265265

266266
Existing Equivalents
267-
+------------+---------------------+
268-
| Slurm | ``salloc -N4`` |
269-
+------------+---------------------+
270-
| PBS | ``qsub -l nodes=4`` |
271-
+------------+---------------------+
267+
+---------+---------------------+
268+
| Slurm | ``salloc -N4`` |
269+
+---------+---------------------+
270+
| PBS | ``qsub -l nodes=4`` |
271+
+---------+---------------------+
272272

273273
Jobspec YAML
274274
.. literalinclude:: data/spec_27/use_case_1.2.yaml
@@ -306,9 +306,9 @@ Specific Example
306306
default distribution
307307

308308
Existing Equivalents
309-
+-----------------------------------+-----------------------------------+
310-
| Slurm | ``srun -n5 -N4 hostname`` |
311-
+-----------------------------------+-----------------------------------+
309+
+--------+----------------------------+
310+
| Slurm | ``srun -n5 -N4 hostname`` |
311+
+--------+----------------------------+
312312

313313
Jobspec YAML
314314
.. literalinclude:: data/spec_27/use_case_2.1.yaml
@@ -322,9 +322,9 @@ Specific Example
322322
for a total of 20 cores
323323

324324
Existing Equivalents
325-
+-----------------------------------+-----------------------------------+
326-
| Slurm | ``srun -n10 -c 2 myapp`` |
327-
+-----------------------------------+-----------------------------------+
325+
+--------+---------------------------+
326+
| Slurm | ``srun -n10 -c 2 myapp`` |
327+
+--------+---------------------------+
328328

329329
Jobspec YAML
330330
.. literalinclude:: data/spec_27/use_case_2.2.yaml
@@ -349,9 +349,9 @@ Specific Example
349349
1 core and 1 gpu
350350

351351
Existing Equivalents
352-
+-----------------------------------+-------------------------------------------+
353-
| Slurm | ``srun -n16 -N4 --gpus-per-task=1 myapp`` |
354-
+-----------------------------------+-------------------------------------------+
352+
+-------+-------------------------------------------+
353+
| Slurm | ``srun -n16 -N4 --gpus-per-task=1 myapp`` |
354+
+-------+-------------------------------------------+
355355

356356
Jobspec YAML
357357
.. literalinclude:: data/spec_27/use_case_2.4.yaml

0 commit comments

Comments
 (0)