-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #338 from LLNL/release/0.4.0
Release version 0.4.0
- Loading branch information
Showing
227 changed files
with
8,814 additions
and
11,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
*.pyc | ||
*.o | ||
*.a | ||
*.exe | ||
*.gch | ||
build/ | ||
build-*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "blt"] | ||
path = blt | ||
url = https://github.com/LLNL/blt.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,5 @@ | ||
******************************************************************************* | ||
|
||
RAJA: ................................, version 0.3.1 | ||
|
||
Copyright (c) 2016, Lawrence Livermore National Security, LLC. | ||
Produced at the Lawrence Livermore National Laboratory. | ||
All rights reserved. See details below. | ||
|
||
Unlimited Open Source - BSD Distribution | ||
LLNL-CODE-689114 | ||
OCEC-16-063 | ||
|
||
The original developers of RAJA are: | ||
|
||
Rich Hornung ([email protected]) | ||
Jeff Keasler ([email protected]) | ||
|
||
Contributors include: | ||
|
||
David Beckingsale ([email protected]) | ||
Jason Burmark ([email protected]) | ||
Holger Jones ([email protected]) | ||
Will Killian ([email protected]) | ||
Adam Kunen ([email protected]) | ||
Olga Pearce ([email protected]) | ||
David Poliakoff ([email protected]) | ||
Tom Scogland ([email protected]) | ||
|
||
******************************************************************************* | ||
Copyright (c) 2016-17, Lawrence Livermore National Security, LLC. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
@@ -53,25 +26,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | |
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
Additional BSD Notice | ||
|
||
1. This notice is required to be provided under our contract with the U.S. | ||
Department of Energy (DOE). This work was produced at Lawrence Livermore | ||
National Laboratory under Contract No. DE-AC52-07NA27344 with the DOE. | ||
|
||
2. Neither the United States Government nor Lawrence Livermore National | ||
Security, LLC nor any of their employees, makes any warranty, express or | ||
implied, or assumes any liability or responsibility for the accuracy, | ||
completeness, or usefulness of any information, apparatus, product, or | ||
process disclosed, or represents that its use would not infringe | ||
privately-owned rights. | ||
|
||
3. Also, reference herein to any specific commercial products, process, | ||
or services by trade name, trademark, manufacturer or otherwise does not | ||
necessarily constitute or imply its endorsement, recommendation, or favoring | ||
by the United States Government or Lawrence Livermore National Security, LLC. | ||
The views and opinions of authors expressed herein do not necessarily state | ||
or reflect those of the United States Government or Lawrence Livermore | ||
National Security, LLC, and shall not be used for advertising or product | ||
endorsement purposes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Additional BSD Notice | ||
|
||
1. This notice is required to be provided under our contract with the U.S. | ||
Department of Energy (DOE). This work was produced at Lawrence Livermore | ||
National Laboratory under Contract No. DE-AC52-07NA27344 with the DOE. | ||
|
||
2. Neither the United States Government nor Lawrence Livermore National | ||
Security, LLC nor any of their employees, makes any warranty, express or | ||
implied, or assumes any liability or responsibility for the accuracy, | ||
completeness, or usefulness of any information, apparatus, product, or | ||
process disclosed, or represents that its use would not infringe | ||
privately-owned rights. | ||
|
||
3. Also, reference herein to any specific commercial products, process, | ||
or services by trade name, trademark, manufacturer or otherwise does not | ||
necessarily constitute or imply its endorsement, recommendation, or favoring | ||
by the United States Government or Lawrence Livermore National Security, LLC. | ||
The views and opinions of authors expressed herein do not necessarily state | ||
or reflect those of the United States Government or Lawrence Livermore | ||
National Security, LLC, and shall not be used for advertising or product | ||
endorsement purposes. |
Oops, something went wrong.