Skip to content

Commit f28f75c

Browse files
author
MFC Action
committed
Docs @ 635d86f
1 parent 3406d4b commit f28f75c

File tree

1,255 files changed

+17474
-15007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,255 files changed

+17474
-15007
lines changed

documentation/md_getting-started.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ <h1><a class="anchor" id="autotoc_md93"></a>
236236
<tr class="markdownTableRowEven">
237237
<td class="markdownTableBodyCenter"><b>GCov</b> </td><td class="markdownTableBodyCenter"><code>--gcov</code> </td><td class="markdownTableBodyCenter"><code>--no-gcov</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Builds MFC with coverage flags on. </td></tr>
238238
<tr class="markdownTableRowOdd">
239-
<td class="markdownTableBodyCenter"><b>Unified Memory</b> </td><td class="markdownTableBodyCenter"><code>--unified</code> </td><td class="markdownTableBodyCenter"><code>--no-unified</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Builds MFC with unified CPU/GPU memory (GH-200 superchip only) </td></tr>
239+
<td class="markdownTableBodyCenter"><b>Unified Memory</b> </td><td class="markdownTableBodyCenter"><code>--unified</code> </td><td class="markdownTableBodyCenter"><code>--no-unified</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Builds MFC with unified CPU/GPU memory (GH-200 superchip only) </td></tr>
240+
<tr class="markdownTableRowEven">
241+
<td class="markdownTableBodyCenter"><b>Single</b> </td><td class="markdownTableBodyCenter"><code>--single</code> </td><td class="markdownTableBodyCenter"><code>--no-single</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Builds MFC in single precision </td></tr>
240242
</table>
241243
<p><em>⚠️ The <code>--gpu</code> option requires that your compiler supports OpenACC for Fortran for your target GPU architecture.</em></p>
242244
<p>When these options are given to <code>mfc.sh</code>, they will be remembered when you issue future commands. You can enable and disable features anytime by passing any of the arguments above. For example, if you previously built MFC with MPI support and no longer wish to run using MPI, you can pass <code>--no-mpi</code> once, making the change permanent.</p>

post_process/doxygen_crawl.html

Lines changed: 216 additions & 205 deletions
Large diffs are not rendered by default.

post_process/files.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@
155155
<tr id="row_15_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__delay__file__access_8f90.html" target="_self">m_delay_file_access.f90</a></td><td class="desc"></td></tr>
156156
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__eigen__solver_8f90.html" target="_self">m_eigen_solver.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__eigen__solver.html" title="The purpose of the module is to solve an eigenvalue problem for a complex general matrix....">m_eigen_solver</a> </td></tr>
157157
<tr id="row_17_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__helper__basic_8f90.html" target="_self">m_helper_basic.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__helper__basic.html">m_helper_basic</a> </td></tr>
158-
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__data__input_8f90.html" target="_self">m_data_input.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__data__input.html" title="This module features procedures, which for a specific time-step, read in the raw simulation data for ...">m_data_input</a> </td></tr>
159-
<tr id="row_19_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__start__up_8f90.html" target="_self">m_start_up.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__start__up.html" title="This module contains the subroutines that read in and check the consistency of the user provided inpu...">m_start_up</a> </td></tr>
158+
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__precision__select_8f90.html" target="_self">m_precision_select.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__precision__select.html" title="This file contains the definition of floating point used in MFC.">m_precision_select</a> </td></tr>
159+
<tr id="row_19_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__data__input_8f90.html" target="_self">m_data_input.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__data__input.html" title="This module features procedures, which for a specific time-step, read in the raw simulation data for ...">m_data_input</a> </td></tr>
160+
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="m__start__up_8f90.html" target="_self">m_start_up.f90</a></td><td class="desc">Contains module <a class="el" href="namespacem__start__up.html" title="This module contains the subroutines that read in and check the consistency of the user provided inpu...">m_start_up</a> </td></tr>
160161
</table>
161162
</div><!-- directory -->
162163
</div><!-- contents -->

post_process/files_dup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var files_dup =
1818
[ "m_delay_file_access.f90", "m__delay__file__access_8f90.html", "m__delay__file__access_8f90" ],
1919
[ "m_eigen_solver.f90", "m__eigen__solver_8f90.html", "m__eigen__solver_8f90" ],
2020
[ "m_helper_basic.f90", "m__helper__basic_8f90.html", "m__helper__basic_8f90" ],
21+
[ "m_precision_select.f90", "m__precision__select_8f90.html", "m__precision__select_8f90" ],
2122
[ "m_data_input.f90", "m__data__input_8f90.html", "m__data__input_8f90" ],
2223
[ "m_start_up.f90", "m__start__up_8f90.html", "m__start__up_8f90" ]
2324
];

0 commit comments

Comments
 (0)