-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.src
More file actions
67 lines (55 loc) · 2.14 KB
/
software.src
File metadata and controls
67 lines (55 loc) · 2.14 KB
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
%include('html_intro.inc')
<meta name="keywords" content="software">
<meta name="description" content="NCCS TechInt group software page">
<title>Technology Integration Group: Software</title>
%include('hdbody.inc')
%include('hdrnav.inc')
%include('content_intro.inc')
<h2>Software</h2>
<h3 id="2012">2012</h3>
<ul class="sw_year_list">
<!-- ============================================================== -->
<!-- <li><h4>File and Storage Systems</h4> <ul> </ul> -->
<!-- ============================================================== -->
<!-- <li><h4>Non-Volatile Memory</h4> -->
<!-- ============================================================== -->
<li><h4>Data Management</h4>
<dl>
<dt><strong>ParCat</strong>
<dd>Parallel data analysis tool.
</dl>
<!-- ============================================================== -->
<!-- <li><h4>Networking</h4> <ul> </ul> -->
<!-- ============================================================== -->
<!-- <li><h4>System Architecture and Resilience</h4> <ul> </ul> -->
</ul>
<h3 id="2011">2011</h3>
<ul class="sw_year_list">
<li><h4>File and Storage Systems</h4>
<dl>
<dt><strong>Luster User Tools</strong>
<dd>A collection of parallel tools for fast operations on
Lustre file systems.
</dl>
<li><h4>Networking</h4>
<dl>
<dt><strong>CCI</strong>
<dd>A network abstraction layer that provides a simple, portable
communication interface. Supports multiple interconnects.
<a href="http://cci-forum.com/?page_id=46" target="other">Download Page</a>
</dl>
</ul>
<h3 id="2010">2010 and earlier</h3>
<ul class="sw_year_list">
<li><h4>File and Storage Systems</h4>
<dl>
<dt><strong>HPSS</strong>
<dd>HPSS has been available as a product from IBM since 1997,
when it won an R&D 100 award. For more information about the
software, please visit <a
href="http://www.hpss-collaboration.org/"
target="other">http://www.hpss-collaboration.org/</a>.
</dl>
</ul>
%include('content_close.inc')
%include('html_close.inc')