Skip to content

Unit test mt_membar fails intermittently in Ubuntu 24.04 #1191

@markbrown314

Description

@markbrown314

On kernel 6.8.0-53-generic

Using:
hpc/xpmem commit: 3bcab554
Sandia-OpenSHMEM/SOS commit: 767fe2a

Lock test unit/mt_membar fails if you do the following.

./autogen.sh
./configure --with-xpmem --enable-shr-atomics --enable-error-checking --enable-pmi-simple
make -j
make check TESTS= -j
cd modules/tests-sos/test/unit
while [ 1 ]; do mpirun -n 2 ./mt_membar; if [ "$?" != "0" ]; then break; fi; done
Starting multi-threaded test on 2 PEs, 2 threads/PE
Starting multi-threaded test on 2 PEs, 2 threads/PE
Starting multi-threaded test on 2 PEs, 2 threads/PE
...
ERROR in LOCK test from 0 : result = 97, expected = 200

Found in CI test: XPMEM_Only/transport_none

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions