brandongc
brandongc
NumPy has a convenient Einstein summation capability [numpy.einsum](https://numpy.org/doc/stable/reference/generated/numpy.einsum.html). Any interest in an API which operated in a similar way? ie ```fortran program einstein_summation implicit none integer :: i,j,k,l real, dimension(3,4,5)...
I would like to extend reframe for the use case of generating a constant workload on a test/ warm spare system. ``` ./reframe -C my_config.py --tag workload1 -r --exec-policy=continuous --queue-depth=10...
We would like to have optional notifications sent to the maintainer of a test when the test fails. ```python @rfm.simple_test class mytest(rfm.RegressionTest): def __init__(self): super().__init__() self.descr = "A Simple test"...
It would be great if the syspapi sampler supported collection of UNCORE counters. Access to UNCORE counters on Haswell and KNL will allow for collection of memory bandwidth. These counters...
It would be nice to have a symmetry with the podman-hpc CLI for pulling images ``` cookbg@perlmutter:login35:~> shifterimg pull docker:godlovedc/lolcow:latest 2025-03-06T10:03:39 Pulling Image: docker:godlovedc/lolcow:latest, status: READY cookbg@perlmutter:login35:~> podman-hpc pull docker:godlovedc/lolcow:latest...