-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathAUTHORS
98 lines (77 loc) · 3.67 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/*
This file is part of the SC Library.
The SC Library provides support for parallel scientific applications.
Copyright (C) 2010 The University of Texas System
Additional copyright (C) 2011 individual authors
The SC Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
The SC Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the SC Library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
/*
Authors:
Carsten Burstedde <[email protected]>
Lucas C. Wilcox <[email protected]>
Tobin Isaac <[email protected]>
*/
/*
Contributors:
James Martin <[email protected]>
Tan Bui-Thanh <[email protected]>
Adrian Seyboldt <[email protected]>
Sarah Weischer <[email protected]>
Johannes Holke <[email protected]>
Johann Rudi <[email protected]>
Cristiano Malossi <[email protected]>
Pierre Kestener <[email protected]>
*/
/*
Thanks to:
Matthias Maier <[email protected]>
*/
/*
Acknowledgement and Disclaimer:
The development of libsc was partially supported by the US National Science
Foundation (NSF Grants No. OCI-0749334, CCF-0427985, CNS-0540372,
CNS-0619838, DMS-0724746, OPP-0941678) and the US Department of Energy (DOE
Grants No. 06ER25782, 08ER25860, SC0002710). The authors thank the Texas
Advanced Computing Center (TACC) for providing them with access to the Ranger
supercomputer under NSF TeraGrid award MCA04N026, and the National Center for
Computational Science (NCCS) for early-user access to the Jaguar Cray XT5
supercomputer. Any opinions, findings and conclusions or recomendations
expressed in the source code and documentation are those of the authors and
do not necessarily reflect the views of the National Science Foundation
(NSF).
*/
/*
The SC library is free software under the GNU LGPL v2.1 or later.
This is in agreement with the fact that some contributions have been
placed under the FreeBSD license and/or in the public domain.
For information on individual contributions see doc/author_*.txt.
The files under src/sc_builtin are copied from the GNU C library.
See copyright information below.
The files sc_avl.{c,h} are derived from libavl (Debian 0.3.5-2),
Copyright (C) 1998 Michael H. Buselli <[email protected]>
Copyright (C) 2000-2002 Wessel Dankers <[email protected]>.
The files sc_getopt*.c are derived from the GNU C library 2.7,
Copyright (C) Free Software Foundation, Inc.
The source files under libb64 are derived from libb64. libb64 is public
domain software, see the LICENSE and AUTHORS files in that directory.
The files under iniparser are derived from iniparser3.0b. iniparser is
licensed unter the MIT license, see the LICENSE and AUTHORS files in
that directory.
Several scripts under config are released under GNU GPL versions.
These are not compiled or linked with libsc, so we consider them
independent programs that are not part of libsc.
Thanks to Rahul Sampath for mentioning the bitonic sort algorithm and to
www.inf.fh-flensburg.de/lang/algorithmen/sortieren/bitonic/bitonicen.htm
for a nice description of the serial special case for arbitrary n.
*/