Catherine Guelque
Catherine Guelque
# Issue description Whenever I try to run Pilgrim to trace a MPI program running on a local machine, I have no issue. However, once I try to run it...
From what I understand, currently, Pilgrim does not provide any way to read traces other than using `pilgrim2text`, and then parsing the generated `.txt` files. Is it planned to provide...
Hi there. Whenever I start a session, the Dolphin icon is always blurry, until I hover over it. This is the case across all variations of this theme, and I...
It just doesn't work, the error is `NameError: global name 'circle' is not defined at 82:0 in Tree.py` Weird thing is, my IDE doesn't notice the error
No matter how you run things, it will always run the maximum number of threads on your machine. This is not always the desired behaviour. It'd be nice if it...
I changed a bit of src/hvm.c to allow the user to dynamically change the number of threads when running. This is especially useful right now on computers that have a...
# My issue: When running `find_package(PythonExtensions REQUIRED)` in CMake, the following error insues: ```text CMake Warning (dev) at /usr/lib/python3.13/site-packages/skbuild/resources/cmake/FindPythonExtensions.cmake:245 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules...
I want to use Mermaid to make diagrams with custom configurations. Usually, in Mermaid, this is done [in the header of the file](https://mermaid.js.org/intro/syntax-reference.html#configuration). However, right now, it is not implemented,...
Ever since version 0.22.0, Mermaid doesn't work anymore. The following code: ```text ```mermaid graph TD A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2] (closing...