< Home - < Back

SuperLUMT


Information about the package, SuperLUMT, which is shipped with common Linux distributions. The SuperLUMT package is designed for, Single precision real SuperLU routines for shared memory parallel.


Package Name:

SuperLUMT

Summary:

Single precision real SuperLU routines for shared memory parallel

Description:

Subroutines to solve sparse linear systems for shared memory parallel machines. SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). The columns of A may be preordered before factorization; the preordering for sparsity is completely separate from the factorization.

Architecture:

x86_64

Version:

3.1.0

Release:

13.el6

Size:

78 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for SuperLUMT


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


Command

Description of Command

yum install SuperLUMT

This command will install SuperLUMT on the server.

yum remove SuperLUMT

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

yum -y remove SuperLUMT

This command will un-install SuperLUMT 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 SuperLUMT when using the -y flag.

yum update SuperLUMT

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

yum -y update SuperLUMT

This command will update SuperLUMT 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 SuperLUMT when using the -y flag.

yum info SuperLUMT

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

yum deplist SuperLUMT

This command will show you the dependencies for SuperLUMT. 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 SuperLUMT

This command will check if there is an update waiting on SuperLUMT. 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.