Installing the PAPi Tool
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to install PAPi and Automake on the server:
yum install -y papi-ohpc
yum install -y automake-ohpc
- Configure PAPi and Automake environment variables.
module add papi/5.7.0
export PATH= /opt/ohpc/pub/utils/autotools/bin:$PATH
Parent topic: Installing Test Tools