SPEED
Installation

Table of Contents

It is recommended to use Visual Studio Code (https://code.visualstudio.com/download) to install the SPEED code as follows.

Installation

  1. Download and install the Open MPI software
    (http://www.open-mpi.org/software/ompi)
  2. Download and install the Metis library: version 5.1.0.
    (https://github.com/xijunke/METIS-1)
  3. Download or clone the SPEED code from the repository
    (https://bitbucket.org/ilmaz/speed/src/master/)
  4. 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
  5. Digit on the terminal the command
        make   
    The executable file SPEED will be create inside the directory SPEED.