[Openmp-commits] [PATCH] D42162: [OMPT] Update api_calls testcase

Olga Malysheva via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 7 07:16:54 PST 2018


omalyshe added inline comments.


================
Comment at: runtime/test/ompt/misc/api_calls.c:2
 // RUN: %libomp-compile && env OMP_PLACES=cores %libomp-run | FileCheck %s
 // REQUIRES: ompt, linux
 #include "callback.h"
----------------
Is it limited to Linux due to sched_getcpu() usage? On Windows you could use GetCurrentProcessorNumberEx().


https://reviews.llvm.org/D42162





More information about the Openmp-commits mailing list