Skip to content

Commit

Permalink
Add Notices and update MUMPS versions supported in README
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Chunchula <[email protected]>
Change-Id: Id20e8bdf3a761b6cd96d510e6cb12ddcff83806a
  • Loading branch information
vchunchu-amd committed Nov 27, 2024
1 parent 36dda26 commit 77090f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NOTICES
Original file line number Diff line number Diff line change
@@ -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.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CMake:
-DCMAKE_C_COMPILER=“<path/to/intel c compiler>” <path to Intel C Compiler>
-DCMAKE_Fortran_COMPILER=“<path/to/intel fortran compiler>” <path to Intel Fortran Compiler>
-DBOOST_ROOT=“<path/to/BOOST/INSTALLATION>” <path to Boost libraries/headers>
-DMUMPS_UPSTREAM_VERSION="mumps sources version" <mumps src tarball versions. Tested for 5.4.1, 5.5.0>
i-DMUMPS_UPSTREAM_VERSION="mumps sources version" <mumps src tarball versions. Tested for 5.4.1, 5.5.0, 5.5.1, 5.6.0, 5.6.1, 5.6.2>
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"
Expand All @@ -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

0 comments on commit 77090f2

Please sign in to comment.