Skip to content

Commit 887b624

Browse files
author
MFC Action
committed
Docs @ 56d4858
1 parent e8b058e commit 887b624

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

documentation/md_authors.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -120,24 +120,7 @@
120120
<div class="headertitle"><div class="title">Authors</div></div>
121121
</div><!--header-->
122122
<div class="contents">
123-
<div class="textblock"><p><a class="anchor" id="autotoc_md0"></a> MFC was first developed by the Colonius research group at Caltech. Now it is developed and maintained by the groups of Professors <a href="https://comp-physics.group">Spencer Bryngelson</a>, <a href="https://colonius.caltech.edu/">Tim Colonius</a>, and <a href="https://vivo.brown.edu/display/mrodri97">Mauro Rodriguez</a> (alphabetical).</p>
124-
<p>We try to maintain a list of current and past developers:</p>
125-
<ul>
126-
<li>S. Bryngelson</li>
127-
<li>T. Colonius</li>
128-
<li>V. Coralic</li>
129-
<li>H. Le Berre</li>
130-
<li>K. Maeda</li>
131-
<li>J. Meng</li>
132-
<li>F. O'Meally</li>
133-
<li>A. Radhakrishnan</li>
134-
<li>J. Rodolfo Chreim</li>
135-
<li>M. Rodriguez</li>
136-
<li>K. Schmidmayer</li>
137-
<li>J. Spratt</li>
138-
<li>B. Wilfong <br />
139-
</li>
140-
</ul>
123+
<div class="textblock"><p><a class="anchor" id="autotoc_md0"></a> Contributors to MFC since 2019 can be <a href="https://github.com/MFlowCode/MFC/graphs/contributors">viewed here</a>. </p>
141124
</div></div><!-- contents -->
142125
</div><!-- PageDoc -->
143126
</div><!-- doc-content -->

documentation/md_expectedPerformance.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@
120120
<div class="headertitle"><div class="title">Performance Results</div></div>
121121
</div><!--header-->
122122
<div class="contents">
123-
<div class="textblock"><p><a class="anchor" id="autotoc_md58"></a> MFC has been extensively benchmarked on CPUs and GPU devices. A summary of these results follows.</p>
123+
<div class="textblock"><p><a class="anchor" id="autotoc_md58"></a> MFC has been benchmarked on several CPUs and GPU devices. This page shows a summary of these results.</p>
124124
<h1><a class="anchor" id="autotoc_md59"></a>
125125
Expected time-steps/hour</h1>
126-
<p>The following table outlines expected performance in terms of the number of time steps per hour (rounded to the nearest hundred, higher is better). A 3D inviscid, 6-equation (&lsquo;'model_eqns&rsquo; : 3`) problem is solved for various problem sizes (grid cells) and hardware. CPU results utilize an entire processor die.</p>
126+
<p>The following table outlines expected performance in terms of the number of time steps per hour, rounded to the nearest hundred (higher is better). A 3D inviscid, 6-equation problem is solved for various problem sizes (grid cells) and hardware. CPU results utilize an entire processor die.</p>
127127
<table class="markdownTable">
128128
<tr class="markdownTableHead">
129129
<th class="markdownTableHeadRight">Hardware </th><th class="markdownTableHeadCenter"># Cores </th><th class="markdownTableHeadCenter">Steps/Hr (1M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (4M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (8M pts) </th><th class="markdownTableHeadCenter">Compiler </th><th class="markdownTableHeadLeft">Computer </th></tr>
@@ -140,7 +140,7 @@ <h1><a class="anchor" id="autotoc_md59"></a>
140140
<tr class="markdownTableRowEven">
141141
<td class="markdownTableBodyRight">Apple Silicon M2 </td><td class="markdownTableBodyCenter">6 (cores) </td><td class="markdownTableBodyCenter">2.8k </td><td class="markdownTableBodyCenter">0.6k </td><td class="markdownTableBodyCenter">0.2k </td><td class="markdownTableBodyCenter">GNU 13.2.0 </td><td class="markdownTableBodyLeft">N/A </td></tr>
142142
</table>
143-
<p>If &lsquo;'model_eqns&rsquo; : 3<code>is replaced by</code>'model_eqns' : 2`, an inviscid 5-equation model is used. The below table shows expected performance via the number of time steps per hour (rounded to the nearest hundred) for various problem sizes and hardware for an inviscid, 5-equation, 3D simulation. CPU results use an entire processor die.</p>
143+
<p>We also show the expected performance of MFC for a 3D inviscid 5-equation problem in the table below. It is presented in the same manner as the one above.</p>
144144
<table class="markdownTable">
145145
<tr class="markdownTableHead">
146146
<th class="markdownTableHeadRight">Hardware </th><th class="markdownTableHeadCenter"># Cores </th><th class="markdownTableHeadCenter">Steps/Hr (1M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (4M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (8M pts) </th><th class="markdownTableHeadCenter">Compiler </th><th class="markdownTableHeadLeft">Computer </th></tr>

0 commit comments

Comments
 (0)