< Home - < Back

ga-mpich


Information about the package, ga-mpich, which is shipped with common Linux distributions. The ga-mpich package is designed for, Global Arrays Toolkit for MPICH.


Package Name:

ga-mpich

Summary:

Global Arrays Toolkit for MPICH

Description:

The Global Arrays (GA) toolkit provides an efficient and portable "shared-memory" programming interface for distributed-memory computers. Each process in a MIMD parallel program can asynchronously access logical blocks of physically distributed dense multi- dimensional arrays, without need for explicit cooperation by other processes. Unlike other shared-memory environments, the GA model exposes to the programmer the non-uniform memory access (NUMA) characteristics of the high performance computers and acknowledges that access to a remote portion of the shared data is slower than to the local portion. The locality information for the shared data is available, and a direct access to the local portions of shared data is provided. - Libraries against MPICH.

Architecture:

x86_64

Version:

5.3b

Release:

13.el6

Size:

859 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ga-mpich


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


Command

Description of Command

yum install ga-mpich

This command will install ga-mpich on the server.

yum remove ga-mpich

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

yum -y remove ga-mpich

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

yum update ga-mpich

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

yum -y update ga-mpich

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

yum info ga-mpich

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

yum deplist ga-mpich

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

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