test/barrier: enlarge variables to 64 bits
authorDavid Christensen <drc@linux.vnet.ibm.com>
Wed, 8 May 2019 21:02:32 +0000 (16:02 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 May 2019 19:56:22 +0000 (21:56 +0200)
commitf8f207c00f03882295abad82d6e4e603f2b19085
tree278f61375d406d5f1124ade55a98eb156ac2d8c8
parent50882a1ec02173f4ef30facb5c7c18a60ef65472
test/barrier: enlarge variables to 64 bits

Memory barrier failures can be intermittent. Increase the size of the
sum/val/iteration variables to allow tests that can run for days so that
sporadic errors can be identified.

Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test/test_barrier.c