You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: we got feedback that the frontpage of the docs is not
super useful for providing information about flux, namely
what makes it special.
Solution: add the flux "killer feature" and link to the comparison
table
Signed-off-by: vsoch <[email protected]>
Copy file name to clipboardExpand all lines: index.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Welcome to Flux's documentation!
18
18
19
19
Flux is a flexible framework for resource management, built for your site.
20
20
The framework consists of a suite of projects, tools, and libraries which may be used to build site-custom resource managers for High Performance Computing centers.
21
+
Unlike traditional resource managers, Flux can run as a parallel job under most launchers that support MPI, including under Flux itself. This not only makes batch scripts and workflows for Flux portable to other resource managers (just launch Flux as a job), but it also means that batch jobs have all the features of a full resource manager at their disposal, as if they have an entire cluster to themselves.
22
+
If you are interested in a high level comparison of Flux to other resource managers, see :ref:`comparison-table`.
0 commit comments