@@ -81,7 +81,6 @@ assumed to be non-existent or empty.
81
81
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
82
82
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
83
83
-DCMAKE_BUILD_TYPE=Release \
84
- -DLIBOMP_USE_ITT_NOTIFY=off \
85
84
-DLIBOMP_USE_ARGOBOTS=on \
86
85
|& tee c.txt
87
86
@@ -94,7 +93,6 @@ assumed to be non-existent or empty.
94
93
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
95
94
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
96
95
-DCMAKE_BUILD_TYPE=Release \
97
- -DLIBOMP_USE_ITT_NOTIFY=off \
98
96
-DLIBOMP_USE_ARGOBOTS=on \
99
97
2>&1 | tee c.txt
100
98
@@ -109,7 +107,6 @@ assumed to be non-existent or empty.
109
107
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
110
108
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
111
109
-DCMAKE_BUILD_TYPE=Release \
112
- -DLIBOMP_USE_ITT_NOTIFY=off \
113
110
-DLIBOMP_USE_ARGOBOTS=on \
114
111
-DLIBOMP_ARGOBOTS_INSTALL_DIR=/home/USERNAME/argobots-install \
115
112
|& tee c.txt
@@ -123,7 +120,6 @@ assumed to be non-existent or empty.
123
120
-DOPENMP_TEST_C_COMPILER=<C compiler for testing> \
124
121
-DOPENMP_TEST_CXX_COMPILER=<C++ compiler for testing> \
125
122
-DCMAKE_BUILD_TYPE=Release \
126
- -DLIBOMP_USE_ITT_NOTIFY=off \
127
123
-DLIBOMP_USE_ARGOBOTS=on \
128
124
-DLIBOMP_ARGOBOTS_INSTALL_DIR=/home/USERNAME/argobots-install \
129
125
2>&1 | tee c.txt
0 commit comments