forked from Repast/repast.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repast_hpc.html
40 lines (32 loc) · 1.45 KB
/
repast_hpc.html
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
---
layout: site
---
<div id="wrapper">
<div id="header">
<div id="logo">
<a href="/"><img src="images/Repast_logo_100h.png"></a>
</div>
</div>
<div id="content">
<div class="post">
<h1 class="title">Repast for High Performance Computing</h1>
<div class="entry">
<img src="images/bg_medium_plus.jpg" align="left"
style="padding:5px 10px 10px 0px">
Repast for High Performance Computing (Repast HPC) {{ site.hpc_version }}, released on <i>{{ site.hpc_release_date }}</i>,
is a next generation agent-based modeling system intended for large-scale
distributed computing platforms. It implements the core Repast
Simphony concepts (e.g. contexts and projections), modifying them to work
in a parallel distributed environment.<br><br>
Repast HPC is written in cross-platform
C++. It can be used on workstations, clusters, and supercomputers running
Apple macOS, Linux, or Unix. Portable models
can be written in either standard or Logo-style C++.<br><br>
Repast HPC has been successfully tested for scalability on many <a href="https://www.top500.org">Top500</a> resources, including Argonne National Laboratory's
Mira and Theta.
<br><br>Documentation is available <a href="docs.html">here</a> and downloads <a href="download.html">here</a>.
</div>
</div> <!-- post -->
</div> <!-- content -->
<div style="clear: both;"> </div> <!-- clear floats -->
<!-- the wrapper div is inserted by the footer.html -->