How To Install atlas on Fedora 36

In this tutorial we learn how to install atlas in Fedora 36. atlas is Automatically Tuned Linear Algebra Software

Introduction

In this tutorial we learn how to install atlas on Fedora 36.

What is atlas

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort f(ocusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. The performance improvements in ATLAS are obtained largely via compile-time optimizations and tend to be specific to a given hardware configuration. In order to package ATLAS some compromises are necessary so that good performance can be obtained on a variety of hardware. This set of ATLAS binary packages is therefore not necessarily optimal for any specific hardware configuration. However, the source package can be used to compile customized ATLAS packages; see the documentation for information.

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

Install atlas 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 atlas using dnf by running the following command:

sudo dnf -y install atlas

Install atlas 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 atlas using yum by running the following command:

sudo yum -y install atlas

How To Uninstall atlas on Fedora 36

To uninstall only the atlas package we can use the following command:

sudo dnf remove atlas

atlas Package Contents on Fedora 36

/etc/ld.so.conf.d/atlas-i386.conf
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/99dd2a3cec9bd3bd81e77f2ca95a246a3cae5b
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/0a6fadb68c5e991ed8fd5d207d6beb1350113f
/usr/lib/atlas
/usr/lib/atlas/libsatlas.so.3
/usr/lib/atlas/libsatlas.so.3.10
/usr/lib/atlas/libtatlas.so.3
/usr/lib/atlas/libtatlas.so.3.10
/usr/share/doc/atlas
/usr/share/doc/atlas/README.dist

References

Summary

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


title: “How To Install atlas on Fedora 36” linkTitle: “atlas” type: “docs” description: “In this tutorial we learn how to install atlas in Fedora 36. atlas is Automatically Tuned Linear Algebra Software” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/atlas-featured.png

Introduction

In this tutorial we learn how to install atlas on Fedora 36.

What is atlas

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort f(ocusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. The performance improvements in ATLAS are obtained largely via compile-time optimizations and tend to be specific to a given hardware configuration. In order to package ATLAS some compromises are necessary so that good performance can be obtained on a variety of hardware. This set of ATLAS binary packages is therefore not necessarily optimal for any specific hardware configuration. However, the source package can be used to compile customized ATLAS packages; see the documentation for information.

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

Install atlas 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 atlas using dnf by running the following command:

sudo dnf -y install atlas

Install atlas 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 atlas using yum by running the following command:

sudo yum -y install atlas

How To Uninstall atlas on Fedora 36

To uninstall only the atlas package we can use the following command:

sudo dnf remove atlas

atlas Package Contents on Fedora 36

/etc/ld.so.conf.d/atlas-x86_64.conf
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/4577e97255800822f0032e8c57d2a3dba66c3f
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/56925d0a15c700aded1002a7bedaac0774ace5
/usr/lib64/atlas
/usr/lib64/atlas/libsatlas.so.3
/usr/lib64/atlas/libsatlas.so.3.10
/usr/lib64/atlas/libtatlas.so.3
/usr/lib64/atlas/libtatlas.so.3.10
/usr/share/doc/atlas
/usr/share/doc/atlas/README.dist

References

Summary

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