How to Install and Uninstall root-roofit-batchcompute.x86_64 Package on Rocky Linux 9

Last updated: May 20,2024

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

This guide let you learn how to install root-roofit-batchcompute.x86_64 on Rocky Linux 9

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

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

Please follow the steps below to uninstall root-roofit-batchcompute.x86_64 on Rocky Linux 9:

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

3. Information about the root-roofit-batchcompute.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:33:30 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : root-roofit-batchcompute
Version : 6.30.04
Release : 1.el9
Architecture : x86_64
Size : 129 k
Source : root-6.30.04-1.el9.src.rpm
Repository : epel
Summary : Optimized computation functions for PDFs
URL : https://root.cern/
License : BSD-2-Clause
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.