#ifndef SHM_KEYS_HPP
#define SHM_KEYS_HPP

#include <sys/types.h>

// Original tensor generated by shm_generator.cpp
#define SHM_KEY_ORIGINAL 1234

// Temporary working copies used by shm_benchmark.cpp
#define SHM_KEY_PROLIFIC_COPY   2234
#define SHM_KEY_COLLECTIVE_COPY 3234
#define SHM_KEY_LOG_COLLECTIVE_COPY 4234

#endif
