How to Install and Uninstall hpx-mpich-examples.x86_64 Package on Fedora 35

Last updated: May 10,2024

1. Install "hpx-mpich-examples.x86_64" package

Here is a brief guide to show you how to install hpx-mpich-examples.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install hpx-mpich-examples.x86_64

2. Uninstall "hpx-mpich-examples.x86_64" package

This is a short guide on how to uninstall hpx-mpich-examples.x86_64 on Fedora 35:

$ sudo dnf remove hpx-mpich-examples.x86_64 $ sudo dnf autoremove

3. Information about the hpx-mpich-examples.x86_64 package on Fedora 35

Last metadata expiration check: 1:19:05 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : hpx-mpich-examples
Version : 1.7.1
Release : 1.fc35
Architecture : x86_64
Size : 5.5 M
Source : hpx-1.7.1-1.fc35.src.rpm
Repository : fedora
Summary : HPX MPICH examples
URL : http://stellar.cct.lsu.edu/tag/hpx/
License : Boost
Description :
: HPX is a general purpose C++ runtime system for parallel and distributed
: applications of any scale.
:
: The goal of HPX is to create a high quality, freely available,
: open source implementation of the ParalleX model for conventional systems,
: such as classic Linux based Beowulf clusters or multi-socket highly parallel
: SMP nodes. At the same time, we want to have a very modular and well designed
: runtime system architecture which would allow us to port our implementation
: onto new computer system architectures. We want to use real world applications
: to drive the development of the runtime system, coining out required
: functionality and converging onto a stable API which will provide a smooth
: migration path for developers. The API exposed by HPX is modeled after the
: interfaces defined by the C++11 ISO standard and adheres to the
: programming guidelines used by the Boost collection of C++ libraries.
:
: This package contains the examples