Skip to content

Commit 6854a67

Browse files
[BOLT] update README.md
Explicit -DLIBOMP_USE_ITT_NOTIFY=off is no longer needed.
1 parent bd5aab7 commit 6854a67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ assumed to be non-existent or empty.
8181
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
8282
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
8383
-DCMAKE_BUILD_TYPE=Release \
84-
-DLIBOMP_USE_ITT_NOTIFY=off \
8584
-DLIBOMP_USE_ARGOBOTS=on \
8685
|& tee c.txt
8786

@@ -94,7 +93,6 @@ assumed to be non-existent or empty.
9493
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
9594
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
9695
-DCMAKE_BUILD_TYPE=Release \
97-
-DLIBOMP_USE_ITT_NOTIFY=off \
9896
-DLIBOMP_USE_ARGOBOTS=on \
9997
2>&1 | tee c.txt
10098

@@ -109,7 +107,6 @@ assumed to be non-existent or empty.
109107
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
110108
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
111109
-DCMAKE_BUILD_TYPE=Release \
112-
-DLIBOMP_USE_ITT_NOTIFY=off \
113110
-DLIBOMP_USE_ARGOBOTS=on \
114111
-DLIBOMP_ARGOBOTS_INSTALL_DIR=/home/USERNAME/argobots-install \
115112
|& tee c.txt
@@ -123,7 +120,6 @@ assumed to be non-existent or empty.
123120
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
124121
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
125122
-DCMAKE_BUILD_TYPE=Release \
126-
-DLIBOMP_USE_ITT_NOTIFY=off \
127123
-DLIBOMP_USE_ARGOBOTS=on \
128124
-DLIBOMP_ARGOBOTS_INSTALL_DIR=/home/USERNAME/argobots-install \
129125
2>&1 | tee c.txt

0 commit comments

Comments
 (0)