SPEED
Installation

Installation on Unix/Linux OS

  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.
    (http://glaros.dtc.umn.edu/gkhome/fsroot/sw/metis/OLD)
  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.
  6. Digit on the terminal the command
    make  
    The executable file SPEED will be create inside the directory SPEED.

Installation on Windows OS

  1. Download CYGWIN from http://www.cygwin.com/ The most recent version of the Cygwin DLL is 1.7.27.
    Install it by running setup-x86.exe (32-bit installation) or setup-x86_64.exe (64-bit installation).
  2. During the installation you can select the packages that you want to install. In particular, you have to select
    • gcc compilers
    • openmpi library
  3. After the installation of CYGWIN go the the directory C:\cygwin64.
    Here you will find the Cygwin programm and the "Unix-like" terminal.
  4. Download and install the Metis library: version 4.0.3.
    (http://glaros.dtc.umn.edu/gkhome/fsroot/sw/metis/OLD)
    In the "Makefile.in" file set:
        # Which compiler to use
        CC = gcc.exe  
  5. Repeat steps 3 to 6 of section Installation on Unix/Linux OS.