We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a60a94 commit 6e5e05bCopy full SHA for 6e5e05b
INSTALL.md
@@ -0,0 +1,11 @@
1
+Build application
2
+-------------------------------
3
+
4
+1. clone the git repository: `git clone https://github.com/MultithreadCorner/TCode.git`
5
+2. go to TCode directory: `cd TCode`
6
+3. create a build directory: `mkdir build`
7
+4. cd build
8
+5. `cmake -DHYDRA_INCLUDE_DIR=<path-to-hydra>../`
9
+6. `make -j8`
10
11
+Separate executables for CPP, TBB, OMP and CUDA backend will be produced (if available in your machine).
0 commit comments