@@ -127,3 +127,81 @@ Contributors to MLD2P4:
127
127
- Daniela di Serafino
128
128
- Ambra Abdullahi Hassan
129
129
- Alfredo Buttari
130
+
131
+ License
132
+ -------
133
+
134
+ AMG4PSBLAS is distributed under the BSD 3-Clause license.
135
+
136
+ ```
137
+ AMG4PSBLAS version 1.1
138
+ Algebraic Multigrid Package based on PSBLAS (Parallel Sparse BLAS version 3.8)
139
+
140
+ (C) Copyright 2022
141
+
142
+ Salvatore Filippone
143
+ Pasqua D'Ambra
144
+ Fabio Durastante
145
+
146
+ Redistribution and use in source and binary forms, with or without
147
+ modification, are permitted provided that the following conditions
148
+ are met:
149
+ 1. Redistributions of source code must retain the above copyright
150
+ notice, this list of conditions and the following disclaimer.
151
+ 2. Redistributions in binary form must reproduce the above copyright
152
+ notice, this list of conditions, and the following disclaimer in the
153
+ documentation and/or other materials provided with the distribution.
154
+ 3. The name of the AMG4PSBLAS group or the names of its contributors may
155
+ not be used to endorse or promote products derived from this
156
+ software without specific written permission.
157
+
158
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
159
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
160
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
161
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AMG4PSBLAS GROUP OR ITS CONTRIBUTORS
162
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
163
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
164
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
165
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
166
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
167
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
168
+ POSSIBILITY OF SUCH DAMAGE.
169
+ ```
170
+
171
+ The code inherited from MLD2P4 is again available under the BSD 3-Clause license.
172
+ ```
173
+ MLD2P4 version 2.2
174
+ MultiLevel Domain Decomposition Parallel Preconditioners Package
175
+ based on PSBLAS (Parallel Sparse BLAS version 3.5)
176
+
177
+ (C) Copyright 2008-2018
178
+
179
+ Salvatore Filippone
180
+ Pasqua D'Ambra
181
+ Daniela di Serafino
182
+
183
+
184
+ Redistribution and use in source and binary forms, with or without
185
+ modification, are permitted provided that the following conditions
186
+ are met:
187
+ 1. Redistributions of source code must retain the above copyright
188
+ notice, this list of conditions and the following disclaimer.
189
+ 2. Redistributions in binary form must reproduce the above copyright
190
+ notice, this list of conditions, and the following disclaimer in the
191
+ documentation and/or other materials provided with the distribution.
192
+ 3. The name of the MLD2P4 group or the names of its contributors may
193
+ not be used to endorse or promote products derived from this
194
+ software without specific written permission.
195
+
196
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
197
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
198
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
199
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MLD2P4 GROUP OR ITS CONTRIBUTORS
200
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
201
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
202
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
203
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
204
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
205
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
206
+ POSSIBILITY OF SUCH DAMAGE.
207
+ ```
0 commit comments