How To Install R-RhpcBLASctl on Fedora 36

In this tutorial we learn how to install R-RhpcBLASctl in Fedora 36. R-RhpcBLASctl is Control the Number of Threads on BLAS

Introduction

In this tutorial we learn how to install R-RhpcBLASctl on Fedora 36.

What is R-RhpcBLASctl

Control the number of threads on BLAS (aka GotoBLAS, OpenBLAS, ACML, BLIS and MKL). And possible to control the number of threads in OpenMP. Get a number of logical cores and physical cores if feasible.

We can use yum or dnf to install R-RhpcBLASctl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-RhpcBLASctl.

Install R-RhpcBLASctl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-RhpcBLASctl using dnf by running the following command:

sudo dnf -y install R-RhpcBLASctl

Install R-RhpcBLASctl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-RhpcBLASctl using yum by running the following command:

sudo yum -y install R-RhpcBLASctl

How To Uninstall R-RhpcBLASctl on Fedora 36

To uninstall only the R-RhpcBLASctl package we can use the following command:

sudo dnf remove R-RhpcBLASctl

R-RhpcBLASctl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/e884edc750fd0e5b9b869772d273a8bd432f99
/usr/lib64/R/library/RhpcBLASctl
/usr/lib64/R/library/RhpcBLASctl/DESCRIPTION
/usr/lib64/R/library/RhpcBLASctl/INDEX
/usr/lib64/R/library/RhpcBLASctl/Meta
/usr/lib64/R/library/RhpcBLASctl/Meta/Rd.rds
/usr/lib64/R/library/RhpcBLASctl/Meta/features.rds
/usr/lib64/R/library/RhpcBLASctl/Meta/hsearch.rds
/usr/lib64/R/library/RhpcBLASctl/Meta/links.rds
/usr/lib64/R/library/RhpcBLASctl/Meta/nsInfo.rds
/usr/lib64/R/library/RhpcBLASctl/Meta/package.rds
/usr/lib64/R/library/RhpcBLASctl/NAMESPACE
/usr/lib64/R/library/RhpcBLASctl/R
/usr/lib64/R/library/RhpcBLASctl/R/RhpcBLASctl
/usr/lib64/R/library/RhpcBLASctl/R/RhpcBLASctl.rdb
/usr/lib64/R/library/RhpcBLASctl/R/RhpcBLASctl.rdx
/usr/lib64/R/library/RhpcBLASctl/help
/usr/lib64/R/library/RhpcBLASctl/help/AnIndex
/usr/lib64/R/library/RhpcBLASctl/help/RhpcBLASctl-package.html
/usr/lib64/R/library/RhpcBLASctl/help/RhpcBLASctl.rdb
/usr/lib64/R/library/RhpcBLASctl/help/RhpcBLASctl.rdx
/usr/lib64/R/library/RhpcBLASctl/help/aliases.rds
/usr/lib64/R/library/RhpcBLASctl/help/blas_get_num_procs.html
/usr/lib64/R/library/RhpcBLASctl/help/blas_set_num_threads.html
/usr/lib64/R/library/RhpcBLASctl/help/get_num_cores.html
/usr/lib64/R/library/RhpcBLASctl/help/get_num_procs.html
/usr/lib64/R/library/RhpcBLASctl/help/omp_get_max_threads.html
/usr/lib64/R/library/RhpcBLASctl/help/omp_get_num_procs.html
/usr/lib64/R/library/RhpcBLASctl/help/omp_set_num_threads.html
/usr/lib64/R/library/RhpcBLASctl/help/paths.rds
/usr/lib64/R/library/RhpcBLASctl/html
/usr/lib64/R/library/RhpcBLASctl/html/00Index.html
/usr/lib64/R/library/RhpcBLASctl/html/R.css
/usr/lib64/R/library/RhpcBLASctl/html/RhpcBLASctl-package.html
/usr/lib64/R/library/RhpcBLASctl/libs
/usr/lib64/R/library/RhpcBLASctl/libs/RhpcBLASctl.so

References

Summary

In this tutorial we learn how to install R-RhpcBLASctl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).