~ubuntu-branches/ubuntu/raring/simgrid/raring

« back to all changes in this revision

Viewing changes to COPYING

  • Committer: Package Import Robot
  • Author(s): Martin Quinson
  • Date: 2013-01-31 00:24:51 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130131002451-krejhf7w7h24lpsc
Tags: 3.9~rc1-1
* New upstream release: the "Grasgory" release. Major changes:
  - Gras was completely removed from this version.
  - Documentation reorganization to ease browsing it.
  - New default value for the TCP_gamma parameter: 4MiB

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 *   If not, I'll be glad to provide one.
64
64
 *
65
65
 */
66
 
 
 
66
 
67
67
=========================================================================
68
68
 
69
69
The exception handling mecanism (mainly living in src/xbt/ex.c and
103
103
original and the current version of this code is distributed under the
104
104
LGPL v2.1 license.
105
105
 
106
 
========================================================================= 
 
106
=========================================================================
107
107
 
108
108
The xbt/mmalloc module was adapted from the mmalloc module of gdb.
109
109
Both the simgrid version and the original version is distributed under
138
138
 *
139
139
 *      You should have received a copy of the GNU Lesser General Public
140
140
 *      License along with SimGrid in the file LICENSE-LGPL-2.1;
141
 
 *      if not, write to the Free Software Foundation, Inc., 
 
141
 *      if not, write to the Free Software Foundation, Inc.,
142
142
 *      51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
143
143
 */
144
 
 
 
144
 
145
145
=========================================================================
146
146
 
147
 
Some examples for SMPI were borowed from an IBM test suite. 
 
147
Some examples for SMPI were borowed from an IBM test suite.
148
148
Their copyright is the following:
149
149
/**
150
150
 * MESSAGE PASSING INTERFACE TEST CASE SUITE
151
151
 *
152
152
 * Copyright IBM Corp. 1995
153
 
 * 
 
153
 *
154
154
 * IBM Corp. hereby grants a non-exclusive license to use, copy, modify, and
155
155
 *distribute this software for any purpose and without fee provided that the
156
156
 *above copyright notice and the following paragraphs appear in all copies.
169
169
 * ENHANCEMENTS, OR MODIFICATIONS.
170
170
 * ***************************************************************************
171
171
 **/
172
 
 
 
172
 
173
173
List of files:
174
174
 examples/smpi/scatter.c
175
175
 examples/smpi/reduce.c
176
176
 examples/smpi/allreduce.c
177
177
 examples/smpi/alltoall2.c
178
 
 
179
 
 
180
 
========================================================================= 
 
178
 
 
179
 
 
180
=========================================================================
181
181
 
182
182
examples/smpi/alltoallv.c was borowed from the MPICH2 test files. It
183
183
can be found for example in mpich2 1.2.1.1 under the name
238
238
<-------------------- end of MPICH2 COPYRIGHT file -------------------->
239
239
 
240
240
 
241
 
========================================================================= 
242
 
 
 
241
=========================================================================
 
242
 
243
243
 
244
244
The directory examples/smpi/NAS contains a tweaked version of the
245
245
NAS Parallel Benchmark Team. The original software were retrieved from