-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 2.61 KB
/
index.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
41
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>DLBC by SFrijters</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>D for HPC</h1>
<p class="view"><a href="https://github.com/SFrijters/DLBC">View the DLBC Project on GitHub <small>SFrijters/DLBC</small></a></p>
<p class="view"><a href="https://github.com/SFrijters/mpich3-d">View the MPICH3 D bindings on GitHub <small>SFrijters/mpich-d</small></a></p>
<p class="view"><a href="https://github.com/SFrijters/hdf5-d">View the HDF5 D bindings on GitHub <small>SFrijters/DLBC</small></a></p>
</header>
<section>
<h1>
<a name="d-lattice-boltzmann-code" class="anchor" href="#d-lattice-boltzmann-code"><span class="octicon octicon-link"></span></a>D Lattice Boltzmann Code</h1>
<p>Currently, C, C++, and Fortran are the cornerstone of highiperformance computing. However, while they offer great speed and many commonly used libraries, they lack in modern conveniences. The <a href="http://dlang.org/">D programming language</a> can interface seamlessly with many available libraries, and can provide similar speeds by employing for example the <a href="https://github.com/D-Programming-GDC/GDC">GNU backend</a> as a compiler. The projects on this page aim to help D gain traction in the scientific community, and in particular the branches employing high-performance computing. Based on my own experience with the lattice Boltzmann method I aim to develop a modular code that can be used as a benchmark and eventually perhaps a full-fledged production code.</p>
<p>In addition I present bindings for two popular libraries: the <a href="http://mpich.org">MPICH library</a>, which implements the MPI standard for parallelisation of code, and the <a href="http://hdfgroup.org/HDF5">HDF5 library</a>, which provides platform-independent parallel I/O functionality.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/SFrijters">SFrijters</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>