@@ -246,11 +246,11 @@ Specific Example
246246 Request 4 nodes, each with 1 slot
247247
248248Existing 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
255255Jobspec 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
266266Existing 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
273273Jobspec YAML
274274 .. literalinclude :: data/spec_27/use_case_1.2.yaml
@@ -306,9 +306,9 @@ Specific Example
306306 default distribution
307307
308308Existing Equivalents
309- +-----------------------------------+------- ----------------------------+
310- | Slurm | ``srun -n5 -N4 hostname `` |
311- +-----------------------------------+------- ----------------------------+
309+ +--------+ ----------------------------+
310+ | Slurm | ``srun -n5 -N4 hostname `` |
311+ +--------+ ----------------------------+
312312
313313Jobspec 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
324324Existing Equivalents
325- +-----------------------------------+-------- ---------------------------+
326- | Slurm | ``srun -n10 -c 2 myapp `` |
327- +-----------------------------------+-------- ---------------------------+
325+ +--------+ ---------------------------+
326+ | Slurm | ``srun -n10 -c 2 myapp `` |
327+ +--------+ ---------------------------+
328328
329329Jobspec YAML
330330 .. literalinclude :: data/spec_27/use_case_2.2.yaml
@@ -349,9 +349,9 @@ Specific Example
349349 1 core and 1 gpu
350350
351351Existing 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
356356Jobspec YAML
357357 .. literalinclude :: data/spec_27/use_case_2.4.yaml
0 commit comments