From a123dcd7e9e54daad79522fa41dc7a899983835c Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 12 Oct 2016 00:29:57 +0100 Subject: [PATCH] Static required for shmem. Reading same object twice requires csum reset --- lib/parallelIO/BinaryIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parallelIO/BinaryIO.h b/lib/parallelIO/BinaryIO.h index 184209dc..acd96a39 100644 --- a/lib/parallelIO/BinaryIO.h +++ b/lib/parallelIO/BinaryIO.h @@ -457,7 +457,7 @@ class BinaryIO { // available (how short sighted is that?) ////////////////////////////////////////////////////////// Umu = zero; - static uint32_t csum=0; + static uint32_t csum; csum=0; fobj fileObj; static sobj siteObj; // Static to place in symmetric region for SHMEM