| 1 | Copyright (c) 2017, Lawrence Livermore National Security, LLC.
|
|---|
| 2 | Produced at the Lawrence Livermore National Laboratory
|
|---|
| 3 | Written by Chunhua Liao, Pei-Hung Lin, Joshua Asplund,
|
|---|
| 4 | Markus Schordan, and Ian Karlin
|
|---|
| 5 | (email: liao6@llnl.gov, lin32@llnl.gov, asplund1@llnl.gov,
|
|---|
| 6 | schordan1@llnl.gov, karlin1@llnl.gov)
|
|---|
| 7 | LLNL-CODE-732144
|
|---|
| 8 | All rights reserved.
|
|---|
| 9 |
|
|---|
| 10 | This file is part of DataRaceBench. For details, see
|
|---|
| 11 | https://github.com/LLNL/dataracebench.
|
|---|
| 12 |
|
|---|
| 13 | Redistribution and use in source and binary forms, with
|
|---|
| 14 | or without modification, are permitted provided that the following
|
|---|
| 15 | conditions are met:
|
|---|
| 16 |
|
|---|
| 17 | * Redistributions of source code must retain the above copyright
|
|---|
| 18 | notice, this list of conditions and the disclaimer below.
|
|---|
| 19 |
|
|---|
| 20 | * Redistributions in binary form must reproduce the above copyright
|
|---|
| 21 | notice, this list of conditions and the disclaimer (as noted below)
|
|---|
| 22 | in the documentation and/or other materials provided with the
|
|---|
| 23 | distribution.
|
|---|
| 24 |
|
|---|
| 25 | * Neither the name of the LLNS/LLNL nor the names of its contributors
|
|---|
| 26 | may be used to endorse or promote products derived from this
|
|---|
| 27 | software without specific prior written permission.
|
|---|
| 28 |
|
|---|
| 29 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
|---|
| 30 | CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
|---|
| 31 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|---|
| 32 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|---|
| 33 | DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL
|
|---|
| 34 | SECURITY, LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE
|
|---|
| 35 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|---|
| 36 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|---|
| 37 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|---|
| 38 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|---|
| 39 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|---|
| 40 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
|---|
| 41 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|---|
| 42 | THE POSSIBILITY OF SUCH DAMAGE.
|
|---|
| 43 |
|
|---|
| 44 | Additional BSD Notice
|
|---|
| 45 | 1. This notice is required to be provided under our contract with the U.S.
|
|---|
| 46 | Department of Energy (DOE). This work was produced at Lawrence Livermore
|
|---|
| 47 | National Laboratory under Contract No. DE-AC52-07NA27344 with the DOE.
|
|---|
| 48 | 2. Neither the United States Government nor Lawrence Livermore National
|
|---|
| 49 | Security, LLC nor any of their employees, makes any warranty, express or
|
|---|
| 50 | implied, or assumes any liability or responsibility for the accuracy,
|
|---|
| 51 | completeness, or usefulness of any information, apparatus, product, or process
|
|---|
| 52 | disclosed, or represents that its use would not infringe privately-owned rights.
|
|---|
| 53 | 3. Also, reference herein to any specific commercial products, process, or
|
|---|
| 54 | services by trade name, trademark, manufacturer or otherwise does not
|
|---|
| 55 | necessarily constitute or imply its endorsement, recommendation, or favoring by
|
|---|
| 56 | the United States Government or Lawrence Livermore National Security, LLC.
|
|---|
| 57 | The views and opinions of authors expressed herein do not necessarily state or
|
|---|
| 58 | reflect those of the United States Government or Lawrence Livermore National
|
|---|
| 59 | Security, LLC, and shall not be used for advertising or product endorsement
|
|---|
| 60 | purposes.
|
|---|