From 3331f62f42eb89741f5ed01a393f3492a1331ebc Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 6 Apr 2017 10:16:34 +0100 Subject: [PATCH] Add RAJA build instructions to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1efd443..938cb81 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ For building with CUDA support, we use the following command, specifying the `ar ../generate_makefile.bash --prefix= --with-cuda --with-openmp --with-pthread --arch= --with-cuda-options=enable_lambda ``` +Building RAJA +------------- + +We use the following command to build RAJA using the Intel Compiler. +``` +cmake ../../ -DCMAKE_INSTALL_PREFIX= -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DRAJA_PTR="RAJA_USE_RESTRICT_ALIGNED_PTR" -DCMAKE_BUILD_TYPE=ICCBuild -DRAJA_ENABLE_TESTS=Off +``` + Results -------