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 4.0.3.
    (https://github.com/CIBC-Internal/metis-4.0.3/blob/master/README.md)
  3. Download the archive file SPEED.zip from the repository
  4. After downloading SPEED uncompressed it using the command
    unzip  SPEED.zip 
  5. Open with a text editor the "Makefile".

    Set compilation flags and static link to metis according to your installation setting, e.g,
    LD_PC_FLAGS=-O5 -fopenmp /path/to/metis/metis-4.0.3/libmetis.a
  6. Digit on the terminal the command
    make  
    The executable file SPEED will be create inside the directory SPEED.