It is recommended to use Visual Studio Code (https://code.visualstudio.com/download) to install the SPEED code as follows.
Installation
- Download and install the Open MPI software
(http://www.open-mpi.org/software/ompi)
- Download and install the Metis library: version 5.1.0.
(https://github.com/xijunke/METIS-1)
- Download or clone the SPEED code from the repository
(https://bitbucket.org/ilmaz/speed/src/master/)
- Open with a text editor the "Makefile".
Set compilation flags to metis according to your installation setting, e.g,
METIS_INCLUDE_FLAGS=-I/opt/homebrew/include \n
METIS_LD_FLAGS=-L/opt/homebrew/lib -lmetis \n
- Digit on the terminal the command
make
The executable file SPEED will be create inside the directory SPEED.