Description: disable test_primitives, which is unreliable on some platforms
Bug-Debian: https://bugs.debian.org/743047
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2014-04-01

--- mpich-3.1.orig/src/openpa/test/Makefile.am
+++ mpich-3.1/src/openpa/test/Makefile.am
@@ -3,7 +3,7 @@
 #  (C) 2008 by Argonne National Laboratory.
 #      See COPYRIGHT in top-level directory.
 
-TESTS = sanity test_primitives test_barriers test_queue
+TESTS = sanity test_barriers test_queue
 
 check_PROGRAMS = $(TESTS)
 
@@ -12,7 +12,6 @@ LDADD = -l@OPALIBNAME@
 DEPENDENCIES = lib@OPALIBNAME@.la
 
 sanity_SOURCES = sanity.c
-test_primitives_SOURCES = test_primitives.c opa_test.h
 test_barriers_SOURCES = test_barriers.c opa_test.h
 test_queue_SOURCES = test_queue.c opa_test.h
 
