rt_benchs/communication_techniques/include/gomp_stream_64_comm.h

9 lines
190 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
/* BUF_SIZE is multiplied by 2 to create the buffer */
#define BUF_SIZE (32 * CACHE_LINE_SIZE)
#include <gomp_stream_common.h>
#endif