-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (128 loc) · 5.79 KB
/
index.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="author" content="wrathematics" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="description" content="pbdR - Programming with Big Data in R" />
<meta name="keywords" content="pbdR,R,Big Data,pbdMPI,pbdSLAP,pbdBASE,pbdDMAT,pbdDEMO,pbdNCDF4,pbdPROF,Statistical Computing,Parallel Computing,4dc56c15940a558f91a3" />
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Rbigdata.github.io : " />
<title>pbdR - Programming with Big Data in R</title>
<!-- google botnet -->
<script src="ui/js/botnet.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="ui/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="ui/css/custom.css" media="screen">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">
<font color="#38761D">p</font><font color="#990000">b</font><font color="#BF9000">d</font><font color="#8698C0">R</font>
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">About</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<xmp theme="" style="display:none;">
## Overview
The "Programming with Big Data in [R](http://www.r-project.org/)"
project (pbdR) is a set of [highly scalable
R](https://www.hpcwire.com/2016/07/06/olcf-researchers-scale-r-tackle-big-science-data-sets/)
packages for distributed computing and profiling in data science.
Our packages include high performance, high-level interfaces to
[MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface),
[ZeroMQ](http://zeromq.org/),
[ScaLAPACK](https://en.wikipedia.org/wiki/ScaLAPACK),
[NetCDF4](https://en.wikipedia.org/wiki/NetCDF),
[PAPI](http://icl.utk.edu/papi/), and more. While
these libraries [shine brightest on large distributed
systems](https://www.olcf.ornl.gov/2016/07/05/olcf-expands-data-analytics-capability-with-popular-programming-language/),
they also [work rather well on small
clusters](https://www.vldb.org/pvldb/vol11/p2168-thomas.pdf#search="pbdR") and
usually, surprisingly, even on a laptop with only two cores.
Winner of the Oak Ridge National Laboratory 2016 Significant Event
Award for "Harnessing HPC Capability at OLCF with the R Language for
Deep Data Science." OLCF is the Oak Ridge Leadership Computing
Facility, which currently includes Summit, the second most powerful computer
system in the world.
## Contact
* **Discussion group**: [RBigDataProgramming](https://groups.google.com/forum/?fromgroups#!forum/rbigdataprogramming)
(preferred)
* **Email**: RBigData AT gmail
## Authors and Citation
* [Wei-Chen Chen](http://snoweye.github.io/)
* [George Ostrouchov](http://www.csm.ornl.gov/%7Eost/)
* Pragneshkumar Patel
* [Drew Schmidt](http://wrathematics.github.io/)
Please cite individual packages used as well as this web page:
```
@ONLINE{
pbdR2012,
author = {Ostrouchov, G. and Chen, W.-C. and Schmidt, D. and Patel, P.},
title = {Programming with Big Data in R},
year = {2012},
organization = {Oak Ridge National Laboratory and University of Tennessee},
url = {http://r-pbd.org/}
}
## Cite individual packages by running:
citation("package")
```
## Funding
This project, including software, documentation, talks, and tutorials,
is/has been supported in part by the following:
- Oak Ridge Leadership Computing
Facility, which is a DOE Office of Science User Facility supported
under Contract DE-AC05-00OR22725.
- Division of Mathematical Sciences, National Science Foundation,
Award No.
[1418195](http://www.nsf.gov/awardsearch/showAward?AWD_ID=1418195),
2014-2019.
- The National Institute for Mathematical and Biological Synthesis,
under Award No. EF-0832858 and DBI-1300426, 2013-2014.
- The Division of Molecular and Cellular Biosciences, National Science
Foundation Award MCB-1120370, 2013-2014.
- The Office of Cyberinfrastructure of the U.S. National Science
Foundation under Award No. ARRA-NSF-OCI-0906324 for NICS-RDAV
center, 2012-2013.
- U.S. Department of Energy Office of Science under Contract No.
DE-AC05-00OR22725, 2011-2013.
## Acknowledgements
We thank everyone who has submitted a bug report for the pbdR project.
We also thank the members of the [CRAN](http://cran.r-project.org/) for
their help and suggestions with pbdR packages, as well as their tireless
efforts to develop and support R and its extensions.
</xmp>
<!--
[//]: # (pbd: programming with big data)
[//]: # (pbd: pretty bad for dyslexics)
[//]: # (pbd: parallel big data)
[//]: # (pbd: programming with blocked data)
[//]: # (pbd: parallel blocks for data)
[//]: # (pbd: parallel build data)
[//]: # (pbd: pretty bad design)
[//]: # (pbd: parallel best dunk)
-->
<p style="text-align: left;">
<script src="ui/js/images.js"></script>
</p>
<script src="ui/strapdown/strapdown.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</html>