Skip to content

Commit

Permalink
Merge pull request #397 from garlick/rfc8_remove
Browse files Browse the repository at this point in the history
rfc8: drop outdated document
  • Loading branch information
mergify[bot] committed Sep 2, 2023
2 parents 4feac2d + 980e179 commit 8aef9c2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 335 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Table of Contents
- [5/Flux Broker Modules](spec_5.rst)
- [6/Flux Remote Procedure Call Protocol](spec_6.rst)
- [7/Flux Coding Style Guide](spec_7.rst)
- [8/Flux Task and Program Execution Services](spec_8.rst)
- [9/Distributed Communication and Synchronization Best Practices](spec_9.rst)
- [10/Content Storage](spec_10.rst)
- [11/Key Value Store Tree Object Format v1](spec_11.rst)
Expand Down
10 changes: 0 additions & 10 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ built on top of Flux request and response messages.
This specification presents the recommended standards when
contributing C code to the Flux code base.

:doc:`8/Flux Task and Program Execution Services <spec_8>`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A core service of Flux is to launch, monitor, and handle I/O for
distributed sets of tasks in order to execute a parallel workload. A
Flux workload can include further instances of Flux, to arbitrary
recursive depth. The goal of this RFC is to specify in detail the
services required to execute a Flux workload.

:doc:`9/Distributed Communication and Synchronization Best Practices <spec_9>`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -280,7 +271,6 @@ content secured with a digital signature.
spec_5
spec_6
spec_7
spec_8
spec_9
spec_10
spec_11
Expand Down
2 changes: 0 additions & 2 deletions spec_14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Related Standards

- :doc:`4/Flux Resource Model <spec_4>`

- :doc:`8/Flux Task and Program Execution Services <spec_8>`

- :doc:`20/Resource Set Specification Version 1 <spec_20>`

- :doc:`26/Job Dependency Specification <spec_26>`
Expand Down
5 changes: 1 addition & 4 deletions spec_20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Related Standards

- :doc:`4/Flux Resource Model <spec_4>`

- :doc:`8/Flux Task and Program Execution Services <spec_8>`

- :doc:`14/Canonical Job Specification <spec_14>`

- :doc:`15/Independent Minister of Privilege for Flux <spec_15>`
Expand Down Expand Up @@ -69,8 +67,7 @@ The *R* format is designed with the following goals:
- Allow the resource data conformant to our resource model (RFC 4)
to be serialized and deserialized with no data loss;

- Express the resource allocation information to the program execution
service (RFC 8);
- Express the resource allocation information to the execution service;

- Use the same format to release a resource subset of *R* to the scheduler;

Expand Down
4 changes: 1 addition & 3 deletions spec_25.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Related Standards

- :doc:`4/Flux Resource Model <spec_4>`

- :doc:`8/Flux Task and Program Execution Services <spec_8>`

- :doc:`14/Canonical Job Specification <spec_14>`

- :doc:`20/Resource Set Specification Version 1 <spec_20>`
Expand All @@ -51,7 +49,7 @@ Goals
and GPUs.

- Express program attributes such as arguments, run time, and
task layout, to be considered by the program execution service (RFC 12)
task layout, to be considered by the execution service


Overview
Expand Down
315 changes: 0 additions & 315 deletions spec_8.rst

This file was deleted.

0 comments on commit 8aef9c2

Please sign in to comment.