Skip to content

Commit 6f129ef

Browse files
sbryngelsonclaude
andcommitted
Fix badge URLs, docs scaling plot, and LC phrasing
- Remove stray %09 (encoded tab) from shields.io badge color params - Use light scaling plot in docs (works in both themes) - Fix "LLNL LC" to "LLNL" in docs footer Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4150a1a commit 6f129ef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<p align="center">
1010
<a href="https://github.com/MFlowCode/MFC/actions">
11-
<img src="https://img.shields.io/github/actions/workflow/status/mflowcode/mfc/test.yml?style=flat&label=Tests&color=slateblue%09" alt="Tests"/>
11+
<img src="https://img.shields.io/github/actions/workflow/status/mflowcode/mfc/test.yml?style=flat&label=Tests&color=slateblue" alt="Tests"/>
1212
</a>
1313
<a href="https://github.com/MFlowCode/MFC/blob/master/.github/CONTRIBUTING.md">
14-
<img src="https://img.shields.io/github/contributors-anon/mflowcode/mfc?style=flat&color=darkslategrey%09" alt="Contributors"/>
14+
<img src="https://img.shields.io/github/contributors-anon/mflowcode/mfc?style=flat&color=darkslategrey" alt="Contributors"/>
1515
</a>
1616
<a href="https://join.slack.com/t/mflowcode/shared_invite/zt-y75wibvk-g~zztjknjYkK1hFgCuJxVw">
1717
<img src="https://img.shields.io/badge/slack-MFC-purple.svg?logo=slack" alt="Slack"/>

docs/documentation/expectedPerformance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ MFC weak scales on multiple exascale GPU platforms with high efficiency:
172172
- **OLCF Frontier**: AMD MI250X GPUs (65,536 GCDs, 87% of the machine, 96% efficiency)
173173
- **CSCS Alps**: NVIDIA GH200 GPUs
174174

175-
<img src="../res/weakScaling/weakscaling-dark.png" style="width:60%; border-radius: 10pt"/>
175+
<img src="../res/weakScaling/weakscaling.png" style="width:60%; border-radius: 10pt"/>
176176

177177
### NVIDIA V100 GPU (historical)
178178

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
207207
</div>
208208
<div class="text-justify flex-1 text-xs md:text-sm text-neutral-300">
209209
Multiple federal sponsors have supported MFC development, including the US Department of Defense (DOD), the National Institutes of Health (NIH), the Department of Energy (DOE), and the National Science Foundation (NSF).
210-
MFC computations use OLCF Frontier, Summit, and Wombat; LLNL LC El Capitan, Tuolumne, and Lassen; and many ACCESS-CI systems
210+
MFC computations use OLCF Frontier, Summit, and Wombat; LLNL El Capitan, Tuolumne, and Lassen; and many ACCESS-CI systems
211211
</div>
212212
</div>
213213
</body>

0 commit comments

Comments
 (0)