ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
NameProjectWhat will be helpful
2
Mone'tSimulating how epoxies cure using MD simulations
Use MPI to do domain decomposition on box
3
DavidMD simulation of Amyloid Beta
Distributed, independent simulations
4
ValerieIonization as affected by high intensity lasers
MD code uses C++ and OpenMP; need to write Python scripts
5
JustusScaling Sub-surface Fluid Flow Simulation
Use MPI processes to handle independent calculations
6
KarenCreating remote sensing and image registration
Existing code uses hybrid; understanding architecture will help make code more available
7
QihuaPlant Hormones Triggering Parasite Growth
Can parallelize different paths the proteins take
8
XiaodanFinite Element Analysis of Breaking Waves and Tsunamis
Poisson demo is very similar; project involves PDEs; can take advantage of distributed and hybrid
9
BenjaminCrystal growth of germanium quantum dots
MPI to divide set up dots, OpenMP to figure out if atoms are worth calculating and calculate bond energy
10
TylerElectron density calculations using DFT and FMO to elucide catalytic activity of protein
Use MPI to simulation individual fragments of protein
11
SumeghaQuantum Mechanical studies of catalysts in metals
Parallelization for own versions of code
12
JaimeMolecular interactions between polymers
Use MPI to split up big jobs, OpenMP to handle individual interactions
13
MarkOptimizing AutoDock Vina with Docker
Parallelization for speedup
14
Koutian (Leo)Graphing electron band structure within metals
Using parallelization to do many samples of a domain - finishing implementing MPI
15
CalebBrain-state modeling from EEG data
Parallelization to speed up machine learning algorithms to optimize for architecture
16
NicholasOptimizing Genetic Algorithm
Using MPI for python; finding best way to divide up work
17
Wen RuiMaking floating point BLAS routines reproduceableMPI
18
CarolineMesoscale model for tornado outbreaks
Poisson demo applies; using MPI to gather information from many different simulations
19
DrewLight absorption properties of molecules
Scaling simulations and analysis using batch processing w/ hybrid MPI+OpenMP
20
MaxwellOptimizing AutoDock Vina with Docker
Understanding communication overhead and communication vs computation
21
ErniePost-Processing DNS to identify patterns of turbulence
Big simulation grid could make use of MPI and hybrid
22
AdrianFourier Transforms in Spherical Coordinates
Being able to distribute massive amounts of data and do mathematical calculations in parallel
23
GageScaling Sub-surface Fluid Flow Simulation
Distribute components using MPI, calculate two properties using OpenMP; scatter data
24
AmyFIRE simulations (cosmological) - adding stars to dark matter
Understanding communication to determine whether to use MPI or OpenMP
25
AnanthSimulating neural networks in the brain
MPI+OpenMP to parallelize numerical methods
26
XavierA "Google doc" for visualization with VR capabilities over a server
Distributing calculations across servers; parallelize data reading and visualization; OpenMP to do individual tasks
27
AndrewFinite Element Analysis for brain scans
Use MPI to more effeciently calculate at points in a mesh
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