-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplications.html
More file actions
89 lines (74 loc) · 4.83 KB
/
applications.html
File metadata and controls
89 lines (74 loc) · 4.83 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Applications</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>Applications</h1>
<p></p>
</header>
<div id="banner">
</div>
<!-- end banner -->
<div class="wrapper">
<nav>
<ul><a href="index.html"><strong>DfAnalyzer</strong></a></ul>
<ul><a href="https://github.com/hpcdb/DfAdapter" target="_blank"><strong>DfAdapter</strong></a></ul>
<ul><a href="prov-df.html"><strong>PROV-Df</strong></a></ul>
<ul><a href="applications.html"><strong>Applications</strong></a></ul>
<ul><a href="team.html"><strong>Our team</strong></a></ul>
<ul><a href="publications.html"><strong>Publications</strong></a></ul>
<ul><a href="acknowledgments.html"><strong>Acknowledgements</strong></a></ul>
</nav>
<section>
<h3>
<p><a href="index.html">Home</a> >> <a href="applications.html">Applications</a></p>
<a id="simulations" class="anchor" href="#provdf" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a> Applications
</h3>
<h4>
Sedimentation simulation using DfAnalyzer tool
</h4>
<p>
Parallel adaptive mesh refinement and coarsening (AMR) are optimal strategies for tackling large-scale sedimentation simulations. <a href="https://libmesh.github.io/index.html" target="_blank">libMesh</a> is an open-source finite-element
library that supports parallel AMR and has been used in several multiphysics applications. As an application built upon the libMesh library, <a href="https://bitbucket.org/nacadhpc4e/libmesh-sedimentation " target="_blank">libMesh-sedimentation</a> simulates turbidity currents typically found in geological processes. Considering this computer simulation, we coupled libMesh-sedimentation to the DfAnalyzer tool and <a href="http://www.paraview.org/in-situ/" target="_blank">ParaView Catalyst</a> to manage provenance data and to analyze raw data in situ. Figure 3 presents an overview of this approach and more information can be found in our <a href="http://sc16.supercomputing.org/sc-archive/tech_poster/tech_poster_pages/post152.html"
target="_blank">Supercomputing poster</a>.
</p>
<p align="center">
<img src="img/df-sedimentation.png" alt="libMesh-sedimentation coupled to DfAnalyzer tool and ParaView Catalyst" width="85%">
<b><br>Figure 3. libMesh-sedimentation coupled to DfAnalyzer tool and ParaView Catalyst</b>
</p>
<h4>
Big data application using Apache Spark
</h4>
<p>
A Spark application was modeled for determining which products a mail-order clothing company will have the largest demands among its customers.
More specifically, DfAnalyzer components are being used to support a simple interactive decision system, named SalesForecasts,
in presenting relevant information to the final decision maker. SalesForecasts predicts the sales of each clothing item based on an input dataset.
Furthermore, we developed a dataset generator that enables us to increase the complexity of data manipulated by this application.
This application motivated us to publish a demonstration paper at VLDB conference 2018.
More details about this demonstration can be found in <a href="https://github.com/vssousa/dfanalyzer-spark">our git repository with a Spark application using DfAnalyzer</a>.
</p>
<p align="center">
<img src="img/dataflow-salesforecasts.png" alt="Spark application: SalesForecasts" width="90%" height="90%">
<b><br>Figure 1. Spark application - SalesForecasts</b>
</p>
</section>
<footer>
<p>Project maintained by <a href="https://github.com/vssousa">vssousa</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>