Skip to content

Commit a6ef027

Browse files
authored
Merge pull request #81 from LLNL/v0.7.0-RC
V0.7.0 rc
2 parents 21e476f + 1e14067 commit a6ef027

File tree

365 files changed

+588
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+588
-362
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2017-19, Lawrence Livermore National Security, LLC
2+
# Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
33
# and RAJA Performance Suite project contributors.
44
# See the RAJAPerf/COPYRIGHT file for details.
55
#
@@ -70,8 +70,8 @@ if (ENABLE_OPENMP)
7070
endif ()
7171

7272
set(RAJA_PERFSUITE_VERSION_MAJOR 0)
73-
set(RAJA_PERFSUITE_VERSION_MINOR 5)
74-
set(RAJA_PERFSUITE_VERSION_PATCHLEVEL 2)
73+
set(RAJA_PERFSUITE_VERSION_MINOR 7)
74+
set(RAJA_PERFSUITE_VERSION_PATCHLEVEL 0)
7575

7676
set(RAJA_PERFSUITE_DEPENDS RAJA)
7777

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2019, Lawrence Livermore National Security, LLC.
1+
Copyright (c) 2017-2020, Lawrence Livermore National Security, LLC.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[comment]: # (#################################################################)
2-
[comment]: # (Copyright 2017-19, Lawrence Livermore National Security, LLC)
2+
[comment]: # (Copyright 2017-20, Lawrence Livermore National Security, LLC)
33
[comment]: # (and RAJA Performance Suite project contributors.)
44
[comment]: # (See the RAJA/COPYRIGHT file for details.)
55
[comment]: #
@@ -563,19 +563,22 @@ in earlier sections for adding a new kernel above.
563563
The RAJA Performance Suite is intended to be a work-in-progress, with new
564564
kernels and variants added over time. We encourage interested parties to
565565
contribute to it so that C++ compiler optimizations and support for programming
566-
models like RAJA continue to improve.
566+
models like RAJA continue to improve.
567567

568568
The Suite developers follow the [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/) development model. Folks wishing to contribute to the Suite, should include their work in a feature branch created from the RAJA `develop`
569569
branch. Then, create a pull request with the `develop` branch as the
570570
destination when it is ready to be reviewed. The `develop` branch contains the
571571
latest work in RAJA Performance Suite. Periodically, we will merge the
572572
develop branch into the `master` branch and tag a new release.
573573

574+
If you would like to contribute to the RAJA Performance Suitea, or have
575+
questions about doing so, please contact one of its developers. See below.
576+
574577
* * *
575578

576579
# Authors
577580

578-
The RAJA Performance Suite was originally developed by:
581+
The primary developer of the RAJA Performance Suite:
579582

580583
* Rich Hornung ([email protected])
581584

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RAJA Performance Suite: ................................, version 0.5.2
44

5-
Copyright (c) 2017-19, Lawrence Livermore National Security, LLC.
5+
Copyright (c) 2017-20, Lawrence Livermore National Security, LLC.
66
Produced at the Lawrence Livermore National Laboratory.
77
All rights reserved. See details in the RAJAPerf/LICENSE file.
88

blt

Submodule blt updated 606 files

scripts/install_llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2017-19, Lawrence Livermore National Security, LLC
2+
# Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
33
# and RAJA Performance Suite project contributors.
44
# See the RAJAPerf/COPYRIGHT file for details.
55
#

scripts/lc-builds/bgqos_clang4.0.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
###############################################################################
4-
# Copyright (c) 2017-19, Lawrence Livermore National Security, LLC
4+
# Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
55
# and RAJA Performance Suite project contributors.
66
# See the RAJAPerf/COPYRIGHT file for details.
77
#

scripts/lc-builds/blueos_clang-coral-2018.08.08.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
###############################################################################
4-
# Copyright (c) 2017-19, Lawrence Livermore National Security, LLC
4+
# Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
55
# and RAJA Performance Suite project contributors.
66
# See the RAJAPerf/COPYRIGHT file for details.
77
#

scripts/lc-builds/blueos_clang-coral-2018.08.08_omptarget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
###############################################################################
4-
# Copyright (c) 2017-19, Lawrence Livermore National Security, LLC
4+
# Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
55
# and RAJA Performance Suite project contributors.
66
# See the RAJAPerf/COPYRIGHT file for details.
77
#

scripts/lc-builds/blueos_clang-upstream-2019.08.15.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
###############################################################################
4-
# Copyright (c) 2017-19, Lawrence Livermore National Security, LLC
4+
# Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
55
# and RAJA Performance Suite project contributors.
66
# See the RAJAPerf/COPYRIGHT file for details.
77
#

0 commit comments

Comments
 (0)