< Home - < Back

blacs-mpich


Information about the package, blacs-mpich, which is shipped with common Linux distributions. The blacs-mpich package is designed for, BLACS libraries compiled against mpich.


Package Name:

blacs-mpich

Summary:

BLACS libraries compiled against mpich

Description:

The BLACS (Basic Linear Algebra Communication Subprograms) project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms. The length of time required to implement efficient distributed memory algorithms makes it impractical to rewrite programs for every new parallel machine. The BLACS exist in order to make linear algebra applications both easier to program and more portable. This package contains BLACS libraries compiled with mpich.

Architecture:

x86_64

Version:

2.0.2

Release:

16.el6

Size:

48 k

Repository:

epel

From Repository:

Licence:

Public Domain



Handy Yum Commands for blacs-mpich


Control the blacs-mpich package with the following handy commands outlined below.


Command

Description of Command

yum install blacs-mpich

This command will install blacs-mpich on the server.

yum remove blacs-mpich

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

yum -y remove blacs-mpich

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

yum update blacs-mpich

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

yum -y update blacs-mpich

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

yum info blacs-mpich

This command will show you core information about the blacs-mpich package.

yum deplist blacs-mpich

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

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