Skip to content
Snippets Groups Projects
Commit 7c3e241b authored by Max Falkenberg's avatar Max Falkenberg
Browse files

Merge remote-tracking branch 'upstream/master'

parents d1650a8f 5a8200cd
Branches
No related tags found
No related merge requests found
......@@ -178,6 +178,11 @@ or in the command line as detailed
[here](https://docs.docker.com/engine/containers/resource_constraints/#memory).
:::
:::{warning} Compiling on MacOS.
By default, the Docker Desktop app enables the option: `Turns on Rosetta to accelerate x86_64/amd64 binary emulation on Apple Silicon.` However, on MacOS Sequoia Version 15.4 this appears to cause issues during compilation. Disabling this option under `Settings > General` resolved the problem.
:::
After compilation, we can install the library in the system with:
```bash
sudo make install
......
......@@ -67,7 +67,10 @@ example(g, g.vertex_index);
# Task 1: Modify the code above to store the number of second neighbors to the property map.
Add your solution here as a link to a gitlab repository.
- Thomas ([repo](https://git.skewed.de/thomasrobiglio/exercises_retreat/-/tree/main/task1?ref_type=heads))
- Martina ([repo](https://git.skewed.de/mcontisciani/lab-manual/-/tree/master/gt-workbench/solution1?ref_type=heads))
- Basti ([repo](https://git.skewed.de/bastikusch1/workshop-exercises))
# Task 2: Modify the code above to store for each vertex a vector with the 10 closest neighbors.
......
......@@ -85,7 +85,7 @@ $ make
```
```{code-cell} python
:tags: [remove-input]
!make
!make -j 4
```
Now we are ready to call the function above from Python:
......
......@@ -15,6 +15,7 @@ project:
children:
- file: gt-workbench/exercise1/exercise.md
- file: gt-workbench/exercise2/exercise.md
- file: gt-workbench/exercise1/task1/task1.md
allowDangerousHtml: true
site:
template: book-theme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment