Skip to content

Commit 3331f62

Browse files
committed
Add RAJA build instructions to README
1 parent 5f9b288 commit 3331f62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ For building with CUDA support, we use the following command, specifying the `ar
4848
../generate_makefile.bash --prefix=<prefix> --with-cuda --with-openmp --with-pthread --arch=<arch> --with-cuda-options=enable_lambda
4949
```
5050

51+
Building RAJA
52+
-------------
53+
54+
We use the following command to build RAJA using the Intel Compiler.
55+
```
56+
cmake ../../ -DCMAKE_INSTALL_PREFIX=<prefix> -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DRAJA_PTR="RAJA_USE_RESTRICT_ALIGNED_PTR" -DCMAKE_BUILD_TYPE=ICCBuild -DRAJA_ENABLE_TESTS=Off
57+
```
58+
5159

5260
Results
5361
-------

0 commit comments

Comments
 (0)