< Home - < Back

superlu_dist-openmpi


Information about the package, superlu_dist-openmpi, which is shipped with common Linux distributions. The superlu_dist-openmpi package is designed for, Solution of large, sparse, nonsymmetric systems of linear.


Package Name:

superlu_dist-openmpi

Summary:

Solution of large, sparse, nonsymmetric systems of linear

Description:

SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. This version uses MPI and OpenMP. This is the openmpi version.

Architecture:

x86_64

Version:

5.1.3

Release:

6.el6

Size:

264 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for superlu_dist-openmpi


Control the superlu_dist-openmpi package with the following handy commands outlined below.


Command

Description of Command

yum install superlu_dist-openmpi

This command will install superlu_dist-openmpi on the server.

yum remove superlu_dist-openmpi

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

yum -y remove superlu_dist-openmpi

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

yum update superlu_dist-openmpi

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

yum -y update superlu_dist-openmpi

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

yum info superlu_dist-openmpi

This command will show you core information about the superlu_dist-openmpi package.

yum deplist superlu_dist-openmpi

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

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