diff --git a/README.md b/README.md index 4287bf18676..6f2c977385b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ problems with a production-quality code that is extensible and maintainable, using hardware resources efficiently, even for problems with _a priori_ unknown, heterogeneous, and dynamic load distribution. +This software has been acknowledged by the U.S. Department of Energy / National +Nuclear Security Administration for open source release, C20072. + For more details on philosophy, documentation, software design, journal papers, license, and contributing see the [documentation](https://quinoacomputing.org). - diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eadb52b49a4..7c3aeb40eda 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,7 +27,7 @@ set(MAJOR_VER 0) set(MINOR_VER 2) # Set LA-CC number -set(LACC "17087") +set(LACC "20072") # Sets CMAKE_INSTALL_{BIN,LIB}DIR needed for multilib support include(GNUInstallDirs)