-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatchley.src
More file actions
35 lines (30 loc) · 1.59 KB
/
atchley.src
File metadata and controls
35 lines (30 loc) · 1.59 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
%include('html_intro.inc')
<meta name="keywords" content="members">
<meta name="description" content="NCCS TechInt group member page">
<title>Technology Integration Group: Scott Atchley</title>
%include('hdbody.inc')
%include('hdrnav.inc')
%include('content_intro.inc')
<h2>Scott Atchley</h2>
<p>Scott joined ORNL in 2011 as a HPC Systems Engineer. He works on networking
and core specialization projects. He works on the open-source, network
abstraction layer, the
<a href="http://www.olcf.ornl.gov/center-projects/common-communication-interface/"
target="other">
Common Communication Interface (CCI)</a> project. He has helped refine the
API and worked on many of the underlying transports. He is also working on
the addition of wide-area, heterogeneous routing. Scott also works on
Functional Partitioning, which seeks to provide distributed services on large,
many-core machines to improve performance and reliability.</p>
<p>Prior to joining ORNL, Scott worked at <a
href="http://www.myri.com" target="other">Myricom</a>, where his
projects included MPICH2-MX, BMI-MX (PVFS2 over MX), MXLND (Lustre
over MX), and other projects. Scott had also worked in the <a
href="http://loci.eecs.utk.edu" target="other"> Logistical Computing and
Internetworking Lab (LoCI)</a> at the University of Tennessee where he
focused on distributed storage over the wide-area.</p>
<p>Scott received a B.S. in Business Administration in 1987 and a M.S. in Computer
Science in 2002, both from the <a href="http://www.utk.edu" target="other">University of
Tennessee</a>.</p>
%include('content_close.inc')
%include('html_close.inc')