#ifndef _BENCH7H_ #define _BENCH7H_ c define these as 1 if on a system without hardware popcount/leadingzero #define SW_POPCNT 1 #define SW_LEADZ 1 c length of the A stream buffer in 64 bit words #define BUFSIZE 11264000_8 c size of arrays for start-point and length of long runs of zeros #define MAXANS 1200 c number of values stored in C7 to check results #define MAXCKS 1000 c Minimum length of zeros to report. The following code assumes that NZ > 74. c See the notes in routine P7 on the relationship* between the offsets and NZ. #define NZ 100 c Specify 8-byte integers in MPI_SEND/RECV/GATHERV #ifdef CRAY # define MYMPI_INTEGER8 MPI_INTEGER #else # define MYMPI_INTEGER8 MPI_INTEGER8 #endif #endif