forked from open-mpi/ompi
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opal_config_asm: strengthen the __atomic_compare_exchange_n() test
Per lengthy discussion on open-mpi#5529 and open-mpi#5546, it seems that -- at least as of August 2018 -- on ARM64+clang, the __atomic_compare_exchange_n() intrinsic function does exist, but it does not behave the way that Open MPI expects it to. Strengthen our configure test to make sure that the function not only exists, but also behaves the way Open MPI expects it to. Many thanks to Stefan Teleman for the bug report. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
- Loading branch information
Showing
1 changed file
with
67 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters