You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OPAL_CC_HELPER([if $CC is Intel < 20200310 (lacks proper support for atomic operations on _Atomic variables)], [opal_prog_cc_c11_helper_proper__Atomic_support_in_atomics],
229
+
[],[[
230
+
#ifdef __INTEL_COMPILER
231
+
#if __INTEL_COMPILER_BUILD_DATE <= 20200310
232
+
#error Lacks support for proper atomic operations on _Atomic variables.
0 commit comments