< Home - < Back

blacs-openmpi


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


Package Name:

blacs-openmpi

Summary:

BLACS libraries compiled against openmpi

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 openmpi.

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-openmpi


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


Command

Description of Command

yum install blacs-openmpi

This command will install blacs-openmpi on the server.

yum remove blacs-openmpi

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

yum -y remove blacs-openmpi

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

yum update blacs-openmpi

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

yum -y update blacs-openmpi

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

yum info blacs-openmpi

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

yum deplist blacs-openmpi

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

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