Detect whether the current system is a Linux system
Details
Diff Detail
Event Timeline
GCC has none of these features?! I can't believe that, maybe only some older versions that don't implement OpenMP 4.x?
Only detect whether the current system is a Linux system. Other feature detection is now done in the testcases.
@Hahnfeld You're right, GCC does support some of these features. The GOMP interface implementation of this runtime does not support all of them (yet), however. And for some features, GCC generates code that do not call the runtime, which makes it impossible to call callbacks. The feature detection has been moved to the respective testcases and only the "Linux" feature is detected here.
Reduced like this, I don't think it is necessary to do this in its own revision, especially as there are (currently) no users.
(I was originally only referring to split out INTEL_LICENSE_FILE...)
Also, if you take the features completely out, D38185 will need updating taking out the features in the REQUIRES: lines in the tests.