Skip to content

Commit 3368de1

Browse files
committed
two new posts
1 parent c84dcdb commit 3368de1

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

_posts/2025-02-25-exajugo-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: ExaJuGO"
3+
categories: new-repo
4+
---
5+
6+
[ExaJuGO](https://github.com/LLNL/exajugo) (Exascale Julia Grid Optimization) provides simple Julia scripts for solving AC power flow, AC optimal power flow, and security-constrained AC optimal power flow. These scripts are intended for experimentation with different (possibly, new) methods, formulations, and settings for solving these power system problems. Their implementation, therefore, intentionally avoids excessive encapsulation, which makes other packages difficult to modify by non-developers.

_posts/2025-03-19-muppet-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: MUPPET"
3+
categories: new-repo
4+
---
5+
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.

0 commit comments

Comments
 (0)