- 06 May, 2024 1 commit
-
-
Hejing Li authored
besides main time, we now also print in and out timestamp of the underlying SimBricks interfaces
-
- 02 May, 2024 1 commit
-
-
Jonas Kaufmann authored
fix container, Python version, path to sphinx' conf.py and add all required packages
-
- 08 Apr, 2024 1 commit
-
-
Jonas Kaufmann authored
-
- 12 Mar, 2024 2 commits
-
-
Marvin Meiers authored
Switch cloud-init data source from nocloud-net to nocloud, since noncloud-net is now marked as deprecated and same functionality is provided by nocloud.
-
Marvin Meiers authored
-
- 27 Feb, 2024 1 commit
-
-
Marvin Meiers authored
Switch to an older release of the ubuntu minimal cloud image, because the most recent version (20240222) introduced a bug that prevents the base image from building.
-
- 17 Jan, 2024 1 commit
-
-
Marvin Meiers authored
Check the length of socket paths in SimbricksBaseIfListen and SimbricksBaseIfConnect. If the length exceeds the size of sun_path in the sockaddr_un struct, we fail with a meaningful error message. This resolves #42.
-
- 13 Jan, 2024 2 commits
-
-
Jonas Kaufmann authored
This change is mostly about the default semantics of asyncio.wait(). It doesn't forward any exceptions that are raised by any of the coroutines it waits for. This effectively causes exceptions to be swallowed. In contrast, asyncio.gather() forwards exceptions to its calling coroutine.
-
Jonas Kaufmann authored
The reason we didn't spot this earlier is that exceptions were swallowed by the call to `asyncio.wait()` in `runners.py:ExperimentBaseRunner.terminate_collect_sims()` when invoking `int_term_kill()`. Instead, we now use `asyncio.gather()`, which forwards exceptions to the calling coroutine.
-
- 03 Jan, 2024 2 commits
-
-
Antoine Kaufmann authored
Currently --repo, which is used to find simulators etc., defaults to '..', which only works when executing in the 'experiments' directory in the simbricks repo. Instead we make this relative to the run.py-file's path.
-
Antoine Kaufmann authored
So far, simulator instances not connected to any other instances were skipped accidentally when creating the graph.
-
- 07 Dec, 2023 3 commits
-
-
Jonas Kaufmann authored
Currently, when a checkpoint is created in gem5 using the KVM CPU, the simulated tick when the checkpoint is taken will end up in the few seconds or more when the KVM CPU is slow. When the checkpoint is afterwards restored, gem5 will continue the simulation at this tick. This means that other, synchronized simulators first have to catch up, essentially just synchronizing without performing any useful work. Depending on their speed, this can take a lot of time and is especially costly with a RTL simulator in the loop. To avoid this we now, by default, edit the to be restored gem5 checkpoint to start at tick 0 instead.
-
Marvin Meiers authored
Add a cleanup script for ns-3 similar to those for qemu and gem5. This solves #9.
-
Marvin Meiers authored
When we switched to a newer kernel version in c64d3d0e, the cleanup_images.sh script no longer removed the linux kernel source folder, since it still used the old version number. Now, I use a regex to avoid this issue in the future.
-
- 05 Dec, 2023 3 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
There are now no more inline functions and a proper main function instead of top-level code. Functionality-wise, nothing was changed. Code was only rearranged and some comments added.
-
- 07 Nov, 2023 1 commit
-
-
Jonas Kaufmann authored
hot-fix for #75 but temporarliy breaks experiments that use Simics. We will fix this in a later commit.
-
- 05 Nov, 2023 8 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
Starting with Python3.11, asyncio.wait() doesn't accept coroutines anymore. Instead, we have to wrap every coroutine in a tasks.
-
Jonas Kaufmann authored
this flag was added added only recently which produces an error when used, for example, on Debian 12
-
- 05 Sep, 2023 2 commits
-
-
Marvin Meiers authored
Add new target `clean-external` to the Makefile, which triggers the clean task of the respective buid system for each external simulator. Each simulator can also be cleaned individually by using the targets `{simulator name}-clean` (e.g. `gem5-clean`). -
Marvin Meiers authored
`make distclean` now actually removes the external simulators
-
- 04 Sep, 2023 12 commits
-
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-
Jonas Kaufmann authored
-