Skip to content

Commit 1808669

Browse files
sam-maloneygarlick
authored andcommitted
rfc46: command line jobspec resources
Problem: we cannot define arbitrary jobspec resources lists easily on the command line Define a compact string representation that can be mapped to a full jobspec resources request
1 parent 190cc35 commit 1808669

File tree

4 files changed

+409
-0
lines changed

4 files changed

+409
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Table of Contents
5555
- [43/Job List Service](spec_43.rst)
5656
- [44/Resource Events](spec_44.rst)
5757
- [45/Resource Range String Representation](spec_45.rst)
58+
- [46/Command Line Job](spec_46.rst)
5859

5960
Build Instructions
6061
------------------

index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@ Changes to resource availability are recorded in an RFC 18 eventlog.
294294
This specification describes a compact form for expressing an RFC 14
295295
resource range defined by a min/max/operand/operator combination.
296296

297+
:doc:`spec_46`
298+
~~~~~~~~~~~~~~
299+
300+
This specification describes a compact form for expressing an RFC 14 jobspec
301+
resources list that can be provided to several Flux commands by a user.
302+
297303
.. Each file must appear in a toctree
298304
.. toctree::
299305
:hidden:
@@ -341,3 +347,4 @@ resource range defined by a min/max/operand/operator combination.
341347
spec_43
342348
spec_44
343349
spec_45
350+
spec_46

0 commit comments

Comments
 (0)