Skip to content

Commit bd6664f

Browse files
author
MFC Action
committed
Docs @ f347b30
1 parent c76cf33 commit bd6664f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/md_getting-started.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ <h1><a class="anchor" id="autotoc_md78"></a>
258258
<tr class="markdownTableRowEven">
259259
<td class="markdownTableBodyCenter"><b>GPU</b> </td><td class="markdownTableBodyCenter"><code>--gpu</code> </td><td class="markdownTableBodyCenter"><code>--no-gpu</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Enables GPU acceleration via OpenACC. </td></tr>
260260
<tr class="markdownTableRowOdd">
261-
<td class="markdownTableBodyCenter"><b>Debug</b> </td><td class="markdownTableBodyCenter"><code>--debug</code> </td><td class="markdownTableBodyCenter"><code>--no-debug</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Requests the compiler build MFC in debug mode. </td></tr>
261+
<td class="markdownTableBodyCenter"><b>Debug</b> </td><td class="markdownTableBodyCenter"><code>--debug</code> </td><td class="markdownTableBodyCenter"><code>--no-debug</code> </td><td class="markdownTableBodyCenter">Off </td><td class="markdownTableBodyNone">Requests the compiler build MFC in debug mode. </td></tr>
262+
<tr class="markdownTableRowEven">
263+
<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>
262264
</table>
263265
<p><em>⚠️ The <code>--gpu</code> option requires that your compiler supports OpenACC for Fortran for your target GPU architecture.</em></p>
264266
<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 at any time by passing any of the arguments above. For example, if you have previously built MFC with MPI support and no longer wish to run using MPI, you can pass <code>--no-mpi</code> once, for the change to be permanent.</p>

0 commit comments

Comments
 (0)