We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0df36a commit d47df26Copy full SHA for d47df26
openmp/runtime/test/ompt/misc/api_calls_from_other_thread.cpp
@@ -1,4 +1,4 @@
1
-// RUN: env OMP_PLACES=cores %libomp-cxx-compile-and-run | FileCheck %s
+// RUN: %libomp-cxx-compile-and-run | FileCheck %s
2
// REQUIRES: ompt, linux
3
4
#include <thread>
@@ -34,9 +34,9 @@ int main()
34
35
// CHECK: 0: NULL_POINTER=[[NULL:.*$]]
36
37
- // CHECK: {{^}}[[MASTER_ID:[0-9]+]]: ompt_get_num_places()=0
+ // CHECK: {{^}}[[MASTER_ID:[0-9]+]]: ompt_get_num_places()={{[0-9]+}}
38
39
- // CHECK: {{^}}[[MASTER_ID]]: ompt_get_place_proc_ids()=0
+ // CHECK: {{^}}[[MASTER_ID]]: ompt_get_place_proc_ids()={{[0-9]+}}
40
41
// CHECK: {{^}}[[MASTER_ID]]: ompt_get_place_num()=-1
42
0 commit comments