< Home - < Back

atlas


Information about the package, atlas, which is shipped with common Linux distributions. The atlas package is designed for, Automatically Tuned Linear Algebra Software.


Package Name:

atlas

Summary:

Automatically Tuned Linear Algebra Software

Description:

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing 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 for Red Hat Enterprise Linux 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.

Architecture:

x86_64

Version:

3.8.4

Release:

2.el6

Size:

2.8 M

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for atlas


Control the atlas package with the following handy commands outlined below.


Command

Description of Command

yum install atlas

This command will install atlas on the server.

yum remove atlas

This command will un-install atlas on the server. When you run this command, you will be asked if you are sure that you want to remove atlas, so you have to manually confirm that you want to do this.

yum -y remove atlas

This command will un-install atlas on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove atlas when using the -y flag.

yum update atlas

This command will update atlas to the latest version. When you run this command, you will be asked if you are sure that you want to remove atlas, so you have to manually confirm that you want to do this.

yum -y update atlas

This command will update atlas to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove atlas when using the -y flag.

yum info atlas

This command will show you core information about the atlas package.

yum deplist atlas

This command will show you the dependencies for atlas. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update atlas

This command will check if there is an update waiting on atlas. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.