Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.05 KB

INSTALL.md

File metadata and controls

19 lines (16 loc) · 1.05 KB

Build application

Make sure that you have the following packages available in your system:

To generate executables to run on nVidia GPUs you also need an installation of CUDA >= 10.0 and to use a compatible GCC version.

Build TCode following the instructions below:

  1. clone the git repository: git clone https://github.com/MultithreadCorner/TCode.git
  2. go to TCode directory: cd TCode
  3. create a build directory: mkdir build
  4. go to build directory cd build
  5. run cmake specifying the path to Hydra: cmake -DHYDRA_INCLUDE_DIR='path-to-hydra'../
  6. compile (all backends): make -j8

Several executables, separate for each available backend (CPP, TBB, OMP and CUDA) will be generated in the build directory.