commit | 546c875cc6c65ba421b6c32b80de5f16e75605ca | [log] [tgz] |
---|---|---|
author | yinying-lisa-li <yinyingli@google.com> | Thu Aug 15 18:33:14 2024 +0000 |
committer | yinying-lisa-li <yinyingli@google.com> | Thu Aug 15 18:33:14 2024 +0000 |
tree | c9c2afa502a78c4e1f64aa0040b5ab149bf85b95 | |
parent | 16aad4b87ad6337cd77d8dfafa9c2742fd3383e1 [diff] |
modify README
diff --git a/README.md b/README.md index 1488ef8..f1f63db 100644 --- a/README.md +++ b/README.md
@@ -91,6 +91,12 @@ -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ``` +To enable parallelization with OpenMP runtime, add the following flag to the command above: + +```shell +-DLLVM_ENABLE_RUNTIMES=openmp +``` + Run the following to ensure the MPACT compiler builds and runs correctly. ```shell