< Home - < Back

opari2


Information about the package, opari2, which is shipped with common Linux distributions. The opari2 package is designed for, An OpenMP runtime performance measurement instrumenter.


Package Name:

opari2

Summary:

An OpenMP runtime performance measurement instrumenter

Description:

OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid codes. It surrounds OpenMP directives and runtime library calls with calls to the POMP2 measurement interface. OPARI2 will provide you with a new initialization method that allows for multi-directory and parallel builds as well as the usage of pre-instrumented libraries. Furthermore, an efficient way of tracking parent-child relationships was added. Additionally, we extended OPARI2 to support instrumentation of OpenMP 3.0 tied tasks.

Architecture:

x86_64

Version:

1.1.2

Release:

3.el6

Size:

349 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for opari2


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


Command

Description of Command

yum install opari2

This command will install opari2 on the server.

yum remove opari2

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

yum -y remove opari2

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

yum update opari2

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

yum -y update opari2

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

yum info opari2

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

yum deplist opari2

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

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