-
This issue is just to track an already existing PR #16
Muxas updated
4 months ago
-
Hi! I implement a Python program, that uses StarPU under the hood. The Python program simply calls Python/C++ wrappers, which pass execution to C++ routines which then call StarPU task-related functio…
Muxas updated
7 months ago
-
Loosly quoting Fred:
There is a third way in addition to giving a .xml or a .json file as input for the platform definition. Programmatic descriptions can be standalone and be compiled as shared libr…
-
Hi there,
# Context
> # tl; dr : clarifying my use case
> I need to represent a complex hyerarchical network with far more than 2 nested zones via the C API.
For my PhD thesis I'm working in …
-
By implementing a [GDB stub](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html) in the model-checker we would be able to easily compare different snapshots from GDB. This would be very va…
-
On `make install`, some path from the compiling environment leak to the installed files.
This is not wanted for package management on linux distributions (for example ArchLinux).
``` bash
$ grep -R "…
-
### Problem
By default, my search and genindex pages contain a link "Edit on GitHub" but they naturally don't exist in the git. This should not be the case.
### Reproducible Project
https://f…
-
New TIT format (SMPI replay trace format) that has been introduced in Simgrid 3.20, now requires to give information on asynchronous operation. It means that the asynchronous call now includes a tag f…
-
Remove Simgrid (as for Geogrid) in Project Tree to save memory and tidy UI when creating ensemble well logs.
![image](https://user-images.githubusercontent.com/1741947/136154036-a5efd7d9-2713-43df-…
-
**Problem description**
When I describe a class or struct with `.. cpp:class::` I like to give the full namespace qualification. But when I use this class as a parameter type in `.. cpp:function::`…