2025-01-15 09:02:21 +01:00
|
|
|
# New implimentation of 3+1D SSE
|
2025-01-15 07:39:38 -05:00
|
|
|
We need an exciting name.
|
2025-01-19 08:38:04 -05:00
|
|
|
|
|
|
|
|
# Building
|
|
|
|
|
In order to build run
|
|
|
|
|
```bash
|
|
|
|
|
./mk
|
|
|
|
|
```
|
|
|
|
|
if you want to build with no test suite run
|
|
|
|
|
```bash
|
|
|
|
|
./mk --noTest
|
|
|
|
|
```
|