We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f9bb1 commit fdce69dCopy full SHA for fdce69d
_posts/2024-08-13-build-hpx.markdown
@@ -0,0 +1,22 @@
1
+---
2
+layout: post
3
+title: "Installing HPX"
4
+date: 2024-08-13 14:34:25
5
+categories: building
6
+tags: cmake
7
8
+In this blog post, we will provide more details on how to install HPX on your ssytem.
9
+
10
+## Fedora Linux
11
12
+On Fedora we mantain the [HPX package](https://packages.fedoraproject.org/pkgs/hpx/) and the package can be installed as follows:
13
14
15
+{% highlight bash %}
16
+# Shared memory version
17
+sudo dnf install hpx-devel
18
+# Distributed memory version
19
+sudo dnf install hpx-mpich-devel
20
+{% endhighlight %}
21
22
0 commit comments