Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _posts/2025-02-25-exajugo-new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "New Repo: ExaJuGO"
categories: new-repo
---

[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.
6 changes: 6 additions & 0 deletions _posts/2025-03-19-muppet-new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "New Repo: MUPPET"
categories: new-repo
---

[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.