diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..5f4ba1e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,35 @@ + +*======================================================================= +*----------------------------------------------------------------------- +* Copyright 1991-2003: John D. McCalpin +*----------------------------------------------------------------------- +* License: +* 1. You are free to use this program and/or to redistribute +* this program. +* 2. You are free to modify this program for your own use, +* including commercial use, subject to the publication +* restrictions in item 3. +* 3. You are free to publish results obtained from running this +* program, or from works that you derive from this program, +* with the following limitations: +* 3a. In order to be referred to as "STREAM benchmark results", +* published results must be in conformance to the STREAM +* Run Rules, (briefly reviewed below) published at +* http://www.cs.virginia.edu/stream/ref.html +* and incorporated herein by reference. +* As the copyright holder, John McCalpin retains the +* right to determine conformity with the Run Rules. +* 3b. Results based on modified source code or on runs not in +* accordance with the STREAM Run Rules must be clearly +* labelled whenever they are published. Examples of +* proper labelling include: +* "tuned STREAM benchmark results" +* "based on a variant of the STREAM benchmark code" +* Other comparable, clear and reasonable labelling is +* acceptable. +* 3c. Submission of results to the STREAM benchmark web site +* is encouraged, but not required. +* 4. Use of this program or creation of derived works based on this +* program constitutes acceptance of these licensing restrictions. +* 5. Absolutely no warranty is expressed or implied. +*----------------------------------------------------------------------- \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..ce9ea26 --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +=============================================== + +This is an OpenMP implementation of STREAM Benchmark +by Dr. Daniele Cesarini + +=============================================== + +STREAM is the de facto industry standard benchmark +for measuring sustained memory bandwidth. + +Documentation for STREAM is on the web at: + http://www.cs.virginia.edu/stream/ref.html + +=============================================== + +STREAM is a project of "Dr. Bandwidth": + John D. McCalpin, Ph.D. + john@mccalpin.com + +=============================================== + +The STREAM web and ftp sites are currently hosted at +the Department of Computer Science at the University of +Virginia under the generous sponsorship of Professor Bill +Wulf and Professor Alan Batson. + +=============================================== \ No newline at end of file