1
1
Howard Pritchard 7c1aafb6e1 clang: pacify clang wrt ompi use of c11 atomics
The clang compiler (or at least the one used by the Cray CCE 9 and newer)
doesn't like what we're doing passing non _Atomic pointers to C11 atomics.
Fix the ones that keep vader from compiling using Cray CCE 9 and 10.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2019-11-21 15:14:45 -06:00
..