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
Copy file name to clipboardExpand all lines: lib/ramble/docs/results.rst
+10-10
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
.. _workspace:
10
10
11
-
================
11
+
==============
12
12
Ramble Results
13
-
================
13
+
==============
14
14
15
15
Ramble provides support and tooling around processing results data.
16
16
@@ -20,9 +20,9 @@ Most notably, the two supported functionalities are:
20
20
* Uploading of stand alone JSON in ramble-output format
21
21
* Generation of plots and analysis as part of a report
22
22
23
-
-------------------
23
+
------
24
24
Upload
25
-
-------------------
25
+
------
26
26
27
27
The ``ramble results upload`` command is used to import experiment results from
28
28
a JSON file, and upload them as specified in the upload block of Ramble's
@@ -31,9 +31,9 @@ config file (see :ref:`config documentation<upload-config-option>`).
31
31
This can be used for both results from an arbitrary ramble workspace, or for
32
32
data that is generated by tools which conform to rambles data schema.
33
33
34
-
-------------------
34
+
------
35
35
Report
36
-
-------------------
36
+
------
37
37
The ``ramble results report`` command is experimental functionality that provides
38
38
the user a way to generate plots and reports from the output of a workspace.
39
39
This output is in the form of individual `png` plots, and a combined `pdf`
@@ -47,9 +47,9 @@ Multiple plot types are supported, to aid in comparison of runs and common tasks
47
47
For these plots, common operations are supported such as log axis, data
48
48
grouping, and idealized line plotting.
49
49
50
-
^^^^^^^^^^^^^^^
50
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
51
Strong and Weak Scaling Plots
52
-
^^^^^^^^^^^^^^^
52
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53
53
54
54
Activated by either the ``strong-scaling`` or ``weak-scaling`` subcommand, these plots generate a line plot and attempt to annotate idealized scaling based on the data input.
55
55
@@ -73,9 +73,9 @@ Another common use case might be to plot data by context (such as in OMB), which
73
73
74
74
Other compelling options include ``-n`` to normalize the plot y values, or ``--logx``/``--logy`` for log axes.
75
75
76
-
^^^^^^^^^^^^^^^^^^^
76
+
^^^^^^^^^^^^^^^^^^^^^^^^
77
77
Comparison and FOM plots
78
-
^^^^^^^^^^^^^^^^^^^
78
+
^^^^^^^^^^^^^^^^^^^^^^^^
79
79
80
80
A comparison plot compares a specific FOM across all valid experiments, and generates a bar plot with one bar per experiment. It can be invoked by:
0 commit comments