@@ -34,6 +34,34 @@ Option `COMPILER` enables set of compiler-specific options. Most common are `gnu
./sfx.exe
```
## Building with CMake
Currently there is an implementation of Cmake-based toolchain which allows to build the model quicker and with less hustle (minimum required cmake version is 3.19). Clone the project and load appropriate modules. Create a build directory outside of cloned projects:
```bash
mkdir build &&cd build
```
The code supports fluxes computations on both CPU and GPU and the CPU implementation has two versions: Fortran and C++ implementation.