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
<li><p><strong>machine</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of an E3SM supported machine</p></li>
113
-
<li><p><strong>config</strong> (<aclass="reference external" href="https://docs.python.org/3/library/configparser.html#configparser.ConfigParser" title="(in Python v3.13)"><em>configparser.ConfigParser</em></a>) – Config options for this machine</p></li>
114
-
<li><p><strong>e3sm_supported</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – Whether this machine supports running E3SM itself, and therefore has
112
+
<li><p><strong>machine</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The name of an E3SM supported machine</p></li>
113
+
<li><p><strong>config</strong> (<aclass="reference external" href="https://docs.python.org/3/library/configparser.html#configparser.ConfigParser" title="(in Python v3.14)"><em>configparser.ConfigParser</em></a>) – Config options for this machine</p></li>
114
+
<li><p><strong>e3sm_supported</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a>) – Whether this machine supports running E3SM itself, and therefore has
115
115
a list of compilers, MPI libraries, and the modules needed to load them</p></li>
116
-
<li><p><strong>compilers</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a>) – A list of compilers for this machine if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_supported</span><spanclass="pre">==</span><spanclass="pre">True</span></code></p></li>
117
-
<li><p><strong>mpilibs</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a>) – A list of MPI libraries for this machine if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_supported</span><spanclass="pre">==</span><spanclass="pre">True</span></code></p></li>
118
-
<li><p><strong>os</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The machine’s operating system if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_supported</span><spanclass="pre">==</span><spanclass="pre">True</span></code></p></li>
116
+
<li><p><strong>compilers</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a>) – A list of compilers for this machine if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_supported</span><spanclass="pre">==</span><spanclass="pre">True</span></code></p></li>
117
+
<li><p><strong>mpilibs</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a>) – A list of MPI libraries for this machine if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_supported</span><spanclass="pre">==</span><spanclass="pre">True</span></code></p></li>
118
+
<li><p><strong>os</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The machine’s operating system if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_supported</span><spanclass="pre">==</span><spanclass="pre">True</span></code></p></li>
119
119
<li><p><strong>e3sm_unified_mpi</strong> (<em>{'nompi'</em><em>, </em><em>'system'</em><em>, </em><em>None}</em>) – Which MPI type is included in the E3SM-Unified environment (if one is
120
120
loaded)</p></li>
121
-
<li><p><strong>e3sm_unified_base</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The base path where E3SM-Unified and its activation scripts are
121
+
<li><p><strong>e3sm_unified_base</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The base path where E3SM-Unified and its activation scripts are
122
122
installed if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_unified</span></code> is not <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code></p></li>
123
-
<li><p><strong>e3sm_unified_activation</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The activation script used to activate E3SM-Unified if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_unified</span></code>
123
+
<li><p><strong>e3sm_unified_activation</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The activation script used to activate E3SM-Unified if <codeclass="docutils literal notranslate"><spanclass="pre">e3sm_unified</span></code>
124
124
is not <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code></p></li>
125
-
<li><p><strong>diagnostics_base</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The base directory for diagnostics data</p></li>
126
-
<li><p><strong>web_portal_base</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The base directory for the web portal</p></li>
127
-
<li><p><strong>web_portal_url</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The base URL for the web portal</p></li>
128
-
<li><p><strong>username</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of the current user, for use in web-portal directories. This
125
+
<li><p><strong>diagnostics_base</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The base directory for diagnostics data</p></li>
126
+
<li><p><strong>web_portal_base</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The base directory for the web portal</p></li>
127
+
<li><p><strong>web_portal_url</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The base URL for the web portal</p></li>
128
+
<li><p><strong>username</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The name of the current user, for use in web-portal directories. This
129
129
value is also added to the <codeclass="docutils literal notranslate"><spanclass="pre">web_portal</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">username</span></code> option of
130
130
the <codeclass="docutils literal notranslate"><spanclass="pre">config</span></code> attribute.</p></li>
<li><p><strong>machine</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a><em>, </em><em>optional</em>) – The name of an E3SM supported machine. By default, the machine
141
+
<li><p><strong>machine</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a><em>, </em><em>optional</em>) – The name of an E3SM supported machine. By default, the machine
142
142
will be inferred from the host name</p></li>
143
-
<li><p><strong>quiet</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to print warnings if the machine name is ambiguous</p></li>
143
+
<li><p><strong>quiet</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to print warnings if the machine name is ambiguous</p></li>
<ddclass="field-odd"><p><strong>quiet</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to print warnings if the machine name is ambiguous</p>
110
+
<ddclass="field-odd"><p><strong>quiet</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to print warnings if the machine name is ambiguous</p>
<li><p><strong>base_paths</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a><em> or </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a>) – The base path(s) to recursively update permissions on</p></li>
113
-
<li><p><strong>group</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of the group the contents of <codeclass="docutils literal notranslate"><spanclass="pre">base_paths</span></code> should belong to</p></li>
114
-
<li><p><strong>show_progress</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to show a progress bar</p></li>
115
-
<li><p><strong>group_writable</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to allow group write permissions</p></li>
116
-
<li><p><strong>other_readable</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to allow world read (and, where appropriate, execute)
112
+
<li><p><strong>base_paths</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a><em> or </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a>) – The base path(s) to recursively update permissions on</p></li>
113
+
<li><p><strong>group</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The name of the group the contents of <codeclass="docutils literal notranslate"><spanclass="pre">base_paths</span></code> should belong to</p></li>
114
+
<li><p><strong>show_progress</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to show a progress bar</p></li>
115
+
<li><p><strong>group_writable</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to allow group write permissions</p></li>
116
+
<li><p><strong>other_readable</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to allow world read (and, where appropriate, execute)
<li><p><strong>config</strong> (<em>etree.Element</em>) – The XML element of the machine configuration.</p></li>
118
-
<li><p><strong>shell_type</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The type of shell script to generate (‘sh’ or ‘csh’).</p></li>
118
+
<li><p><strong>shell_type</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The type of shell script to generate (‘sh’ or ‘csh’).</p></li>
<li><p><strong>xml_file</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Path to the XML file.</p></li>
<li><p><strong>xml_file</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – Path to the XML file.</p></li>
0 commit comments