From cb2221a64a16a76922c315781091993f61169e07 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 16 Nov 2016 08:29:54 -0700 Subject: [PATCH] Add a common.h file --- .gitignore | 2 -- common.h | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 common.h diff --git a/.gitignore b/.gitignore index 4d2865c..6ef20a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -common.h - gpu-stream-cuda gpu-stream-ocl gpu-stream-acc diff --git a/common.h b/common.h new file mode 100644 index 0000000..a66aa1a --- /dev/null +++ b/common.h @@ -0,0 +1,9 @@ + +// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith, +// University of Bristol HPC +// +// For full license terms please see the LICENSE file distributed with this +// source code + +#define VERSION_STRING "devel" +