THis project is licenced uder Apache 2.0 - details in LICENSE.
Implementation of FSP in python running over GPU hardware.
Conda/Manba/Miniforge3 environmet!
| Env | Result |
|---|---|
| Ubuntu 22.04 + Miniforge V24.11.3 | OK |
1 - With a Conda/Mamba/Miniforge enviroment installed and initilized, clone the original repository in GitHub
$ git clone https://github.com/sauloaalmeida/fsp-parallel --branch=v1.0
2 - Go to the cloned directory
$ cd fps-parallel
3 - Create conda project environment
$ conda env create -f fsp-parallel.yml
4 - Activate project environment
$ conda activate fsp-parallel