-
Notifications
You must be signed in to change notification settings - Fork 0
/
vitae.html.save
138 lines (121 loc) · 3.9 KB
/
vitae.html.save
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
<html><head><title>Curriculum Vitae</title></head>
<HEAD>
<TITLE>Jim's curriculum vitae</TITLE>
<meta name="Author" content="Jim Rosinski">
<meta name="Keywords" content="Jim Rosinski, vitae, resume">
</HEAD>
<BODY bgcolor=wheat>
<h1>
<CENTER>
James M. Rosinski
</CENTER>
</h1>
<BR>
2965 Colby Dr.<BR>
Boulder, CO 80305<BR><BR>
Phone: (303) 499-4030<BR>
email:<A HREF="mailto:[email protected]">[email protected]</A><BR>
Home page:<A HREF="http://www.burningserver.net/rosinski">www.burningserver.net/rosinski</A><BR><BR>
<HR>
<H2>SKILLS SUMMARY</H2>
<UL>
<LI>18 years software engineering experience in C, C++, and Fortran (including
Fortran 90).
<LI>Threaded programming using OpenMP and pthreads under UNIX.
<LI>Distributed memory parallel programming using MPI.
<LI>Many years experience working on large codes in a team environment.
<LI>Code optimization for cache and vector architectures.
<LI>Object-oriented analysis and design.
<LI>Scripting in C-shell, Python, bash.
<LI>TCP/IP network programming.
<LI>Operating System internals.
<LI>Oral and written presentations.
</UL>
<HR>
<H2>EXPERIENCE</H2>
<UL>
<LI><H4>1986--present: Software Engineer, <A HREF="http://www.ncar.ucar.edu">
National Center for Atmospheric Research</A>,
Boulder, Colorado.</H4>
<UL>
<LI>Part of a team building <A HREF="http://www.ccsm.ucar.edu/models/atm-cam">
Community Atmosphere Model (CAM)<A>. This model is used by researchers
worldwide for climate studies.
<LI>Parallelized CAM and its precursors, CCM2 and CCM3, for optimal execution
on shared-memory and distributed-memory multi-processor platforms.
<LI>Devised and <A HREF=#PUB1>published a method to validate ports</A> of
atmospheric numerical models to new computing environments.
<LI>Wrote thread-safe (OpenMP and pthreads) general-purpose timing library.
It is callable from C, C++, and Fortran.
<LI>Served on procurement teams for acquiring new supercomputing hardware.
</UL>
<BR>
<LI><H4>1983--1986: Software Engineer, Applied Research Corporation,
Landover, MD.</H4>
<UL>
<LI>Implemented and modified atmospheric general circulation model on CDC
Cyber 205 vector computer.
<LI>Vectorized code and developed post-processing software.
</UL>
</UL>
<HR>
<H2>EDUCATION</H2>
<PRE>
<H4>
Master of Science, Computer Science,
University of Colorado-Boulder December, 2001
</H4>
</PRE>
<UL>
<LI>Wrote MPI-adherent message-passing library. It optionally uses TCP
sockets or named pipes as the underlying communication mechanism.
<LI>Modified Linux kernel to implement fair-share process scheduling.
</UL>
<PRE>
<H4>
Master of Science, Meteorology,
University of Wisconsin-Madison 1983
</H4>
</PRE>
<UL>
<LI>Thesis topic: diagnostic study of hurricane transition to an
extra-tropical cyclone.
<LI>Presented lecture material to large class of undergraduates.
</UL>
<PRE>
<H4>
Bachelor of Science, Meteorology,
McGill University, Montreal, Quebec 1980
</H4>
</PRE>
<UL>
<LI>Obtained Minor in Computer Science.
</UL>
<HR>
<H2>PUBLICATIONS</H2>
<UL>
<LI>
Williamson, D.L., and J.M. Rosinski (2000), Accuracy of reduced grid
calculations, <EM>Quarterly Journal of the Royal Meteorological Society,</EM>
vol. 126, pp. 1619-1640.
</LI>
<LI>
<A NAME=PUB1>Rosinski, J.M., and D.L. Williamson (1997), The accumulation of
rounding
errors and port validation for global atmospheric models, <EM>SIAM
J. Scientific Computing,</EM> vol. 18, No. 2, pp. 552-564.
</LI>
<LI>
Hack, J.J., J.M. Rosinski, D.L. Williamson, B.A. Boville, and J.E. Truesdale
(1995), Computational design of the NCAR community climate model,
<EM>Parallel Computing,</EM> vol. 21, pp. 1545-1569.
</LI>
<LI>
Middleton, P., J.S. Chang, J. del Corral, and J. Rosinski (1988), Comparison
of RADM and OSCAR Precipitation Chemistry Data, <EM>Atmospheric
Environment,</EM> vol. 22, pp. 1192-1208.
</LI>
</UL>
<HR>
</body>
</html>