@@ -246,11 +246,11 @@ Specific Example
246
246
Request 4 nodes, each with 1 slot
247
247
248
248
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
+ +--------+ -----------------------+
254
254
255
255
Jobspec YAML
256
256
.. literalinclude :: data/spec_27/use_case_1.1.yaml
@@ -264,11 +264,11 @@ Specific Example
264
264
Request 4 slots, each with 1 node
265
265
266
266
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
+ +---------+---------------------+
272
272
273
273
Jobspec YAML
274
274
.. literalinclude :: data/spec_27/use_case_1.2.yaml
@@ -306,9 +306,9 @@ Specific Example
306
306
default distribution
307
307
308
308
Existing Equivalents
309
- +-----------------------------------+------- ----------------------------+
310
- | Slurm | ``srun -n5 -N4 hostname `` |
311
- +-----------------------------------+------- ----------------------------+
309
+ +--------+ ----------------------------+
310
+ | Slurm | ``srun -n5 -N4 hostname `` |
311
+ +--------+ ----------------------------+
312
312
313
313
Jobspec YAML
314
314
.. literalinclude :: data/spec_27/use_case_2.1.yaml
@@ -322,9 +322,9 @@ Specific Example
322
322
for a total of 20 cores
323
323
324
324
Existing Equivalents
325
- +-----------------------------------+-------- ---------------------------+
326
- | Slurm | ``srun -n10 -c 2 myapp `` |
327
- +-----------------------------------+-------- ---------------------------+
325
+ +--------+ ---------------------------+
326
+ | Slurm | ``srun -n10 -c 2 myapp `` |
327
+ +--------+ ---------------------------+
328
328
329
329
Jobspec YAML
330
330
.. literalinclude :: data/spec_27/use_case_2.2.yaml
@@ -349,9 +349,9 @@ Specific Example
349
349
1 core and 1 gpu
350
350
351
351
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
+ +-------+-------------------------------------------+
355
355
356
356
Jobspec YAML
357
357
.. literalinclude :: data/spec_27/use_case_2.4.yaml
0 commit comments