Skip to content

Commit e06b899

Browse files
authored
Merge pull request #705 from LLNL/catchup
Catch up news & banner
2 parents 89738ab + 01205aa commit e06b899

4 files changed

Lines changed: 29 additions & 1 deletion

File tree

_posts/2025-03-19-muppet-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: "New Repo: MUPPET"
33
categories: new-repo
44
---
55

6-
[MUPPET](https://github.com/LLNL/MUPPET) is a tool for OpenMP programs that identifies program modifications called mutations aimed at improving program performance. Existing performance optimization techniques, including profiling-based and auto-tuning techniques, fail to indicate program modifications at the source level thus preventing their portability across compilers. MUPPET aims to help HPC developers reason about performance defects and missed opportunities to improve performance at the source code level.
6+
[MUPPET](https://github.com/LLNL/MUPPET) is a tool for OpenMP programs that identifies program modifications called mutations aimed at improving program performance. Existing performance optimization techniques, including profiling-based and auto-tuning techniques, fail to indicate program modifications at the source level thus preventing their portability across compilers. MUPPET aims to help HPC developers reason about performance defects and missed opportunities to improve performance at the source code level.

_posts/2025-05-12-aiida-new.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "New Repo: AiiDA Flux Scheduler"
3+
categories: new-repo
4+
---
5+
6+
[AiiDA Flux Scheduler](https://github.com/LLNL/aiida-flux-scheduler) is plugin for the LLNL developed Flux scheduler. The plugin works at the same level as the slurm scheduler plugin. AiiDA will use the plugin to submit individual jobs to the Flux scheduler and retrieve the jobs when they are done.

_posts/2025-05-29-mfemworkshop.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "MFEM's Fifth Community Workshop Coming in September"
3+
categories: event
4+
---
5+
6+
The [MFEM](https://mfem.org) team invites you to the fifth annual [MFEM Community Workshop](https://mfem.org/workshop/) on Wednesday–Thursday, September 10–11. The event is free, virtual, and open to all (in-person at Portland State University).
7+
8+
Registration and abstract submissions close on August 27. Submit visualizations (images or videos) of MFEM-related simulations for a chance to win a t-shirt and be featured in the online gallery. We encourage students to submit a lightning talk.
9+
10+
* [Agenda & other details](https://mfem.org/workshop/)
11+
* [Vis contest submission](https://docs.google.com/forms/d/e/1FAIpQLSdDpasPq0V-q2v_UFpmMyEjV14C67DNrmGbTdnkP57Tzsc3Gg/viewform?usp=dialog)
12+
* [Read about last year's workshop](https://computing.llnl.gov/about/newsroom/mfem-workshop-2024)
13+
* [Videos of last year's talks](https://mfem.org/videos/#mfem-workshop-2024)
14+
* Contact: <mfem@llnl.gov>

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ breadcrumb: Home
2626
</div>
2727
<div class="bg-light-blue">
2828
<div class="container">
29+
<div class="row">
30+
<div class="col-12 col-md-8 mb-2 mt-2">
31+
<p class="cta-text"><strong>Learn how to use a modern HPC software stack.</strong> Join us throughout the summer for free tutorials demonstrating how to use several GPU-ready projects. All experience levels are welcome.</p>
32+
</div>
33+
<div class="col-12 col-md-4 text-center d-flex align-items-center justify-content-center justify-content-lg-end mb-1 mb-md-0">
34+
{% include components/button.html content="Learn more" url="https://hpcic.llnl.gov/2025-hpc-tutorials" icon="fa-calendar-days" tag="a" %}
35+
</div>
36+
</div>
2937
<div class="row">
3038
<div class="col-12 col-md-8 mb-2 mt-2">
3139
<p class="cta-text"><strong>Looking for RADIUSS projects?</strong> Find HPC build tools, math and physics libraries, data management and visualization tools, workflow tools, and portable programming and memory management libraries.</p>

0 commit comments

Comments
 (0)