Skip to content

Instantly share code, notes, and snippets.

View rarensu's full-sized avatar

Richard Lawrence rarensu

View GitHub Profile
@rarensu
rarensu / amp-mut-fuser_components_examples.md
Last active August 2, 2025 12:58
Examples for modular fuse components for fuser

See files.

@rarensu
rarensu / subtask_demo.py
Created June 5, 2025 21:01
A tiny demo of what subtasks might be like for agentic AI
# %%
import numpy
import time
verbose = False
class context:
def __init__(self, kind=None):
self.kind = kind
def __str__(self):
if verbose:
return f"<context kind={self.kind}>\n</context>\n"
@rarensu
rarensu / PETSc-3.6.2-intel-2019b-Python-2.7.16.eb
Created June 6, 2021 00:21
Custom PETSc easybuild. Older PETSc, newer toolchain.
name = 'PETSc'
version = '3.6.2'
pysuffix = '-Python-%(pyver)s'
versionsuffix = pysuffix
homepage = 'http://www.mcs.anl.gov/petsc'
description = """
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
and routines for the scalable (parallel) solution of scientific applications