During the 'make check' the following result is obtained
--> Testing atomic_cmpset
- 1 threads: Passed
Assertion failed: ((5 * nthreads * nreps) == val32), function main, file atomic_cmpset.c, line 280.
./run_tests: line 8: 37634 Abort trap $* $threads
- 2 threads: Failed
- 4 threads: Passed
Assertion failed: ((5 * nthreads * nreps) == val32), function main, file atomic_cmpset.c, line 280.
./run_tests: line 8: 37637 Abort trap $* $threads
- 5 threads: Failed
- 8 threads: Passed
FAIL: atomic_cmpset
--> Testing atomic_cmpset_noinline
- 1 threads: Passed
- 2 threads: Passed
- 4 threads: Passed
- 5 threads: Passed
- 8 threads: Passed
PASS: atomic_cmpset_noinline
========================================================
1 of 8 tests failed
Please report to http://www.open-mpi.org/community/help/
========================================================
make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1
Jose Agustín García Reynoso