Make OpenMP string name without version number

This commit is contained in:
Tom Deakin 2016-12-09 12:22:30 +00:00 committed by James Price
parent 469d8d5634
commit 1d4a5dc346

View File

@ -14,7 +14,7 @@
#include <omp.h>
#define IMPLEMENTATION_STRING "OpenMP 4.5"
#define IMPLEMENTATION_STRING "OpenMP"
template <class T>
class OMPStream : public Stream<T>