From 77090f23c3e4e04441b236eeaea92251d59fac14 Mon Sep 17 00:00:00 2001 From: Vishwanath Chunchula Date: Wed, 27 Nov 2024 11:16:55 +0530 Subject: [PATCH] Add Notices and update MUMPS versions supported in README Signed-off-by: Vishwanath Chunchula Change-Id: Id20e8bdf3a761b6cd96d510e6cb12ddcff83806a --- NOTICES | 16 ++++++++++++++++ README.md | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 NOTICES diff --git a/NOTICES b/NOTICES new file mode 100644 index 0000000..1513895 --- /dev/null +++ b/NOTICES @@ -0,0 +1,16 @@ +AMD copyrighted code (MIT) +Copyright Statements +Copyright (c) 2019 - Advanced Micro Devices, Inc. All rights reserved. +License Text (http://spdx.org/licenses/MIT) +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +mumps v5.5.1 (MIT) +Copyright Statements +Copyright (c) 2021 Michael Hirsch +License Text (https://spdx.org/licenses/MIT.html ) +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/README.md b/README.md index 82e7eb6..e0a661e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ CMake: -DCMAKE_C_COMPILER=“ -DCMAKE_Fortran_COMPILER=“ -DBOOST_ROOT=“ - -DMUMPS_UPSTREAM_VERSION="mumps sources version" + i-DMUMPS_UPSTREAM_VERSION="mumps sources version" 3. AOCL dependencies can also be configured using AOCL_ROOT. Define the environment variable AOCL_ROOT to point to AOCL libs installation ``` set "AOCL_ROOT=C:\Program Files\AMD\AOCL-Windows" @@ -86,3 +86,4 @@ CMake: ## Note 1. Cmake Build system will download latest Mumps tar ball by default and proceed with configuration and build generation 2. Currently Metis Reordering is tested. Disabling the option "-Dscotch=OFF" would enable Mumps's internal reordering. Set the appropriate init parameter before calling MUMPS API in the linking test code +3. Following MUMPS Versions are supported: 5.4.1, 5.5.0, 5.5.1, 5.6.0, 5.6.1 and 5.6.2