How to Install and Uninstall root-roofit-batchcompute.x86_64 Package on AlmaLinux 8

Last updated: July 05,2024

1. Install "root-roofit-batchcompute.x86_64" package

Please follow the steps below to install root-roofit-batchcompute.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install root-roofit-batchcompute.x86_64

2. Uninstall "root-roofit-batchcompute.x86_64" package

Learn how to uninstall root-roofit-batchcompute.x86_64 on AlmaLinux 8:

$ sudo dnf remove root-roofit-batchcompute.x86_64 $ sudo dnf autoremove

3. Information about the root-roofit-batchcompute.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:38:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : root-roofit-batchcompute
Version : 6.26.06
Release : 1.el8
Architecture : x86_64
Size : 131 k
Source : root-6.26.06-1.el8.src.rpm
Repository : epel
Summary : Optimized computation functions for PDFs
URL : https://root.cern/
License : LGPLv2+
Description : While fitting, a significant amount of time and processing power is
: spent on computing the probability function for every event and PDF
: involved in the fitting model. To speed up this process, roofit can
: use the computation functions provided in this library. The functions
: provided here process whole data arrays (batches) instead of a single
: event at a time, as in the legacy evaluate() function in roofit. In
: addition, the code is written in a manner that allows for compiler
: optimizations, notably auto-vectorization. This library is compiled
: multiple times for different vector instuction set architectures and
: the optimal code is executed during runtime, as a result of an
: automatic hardware detection mechanism that this library contains.