#!/bin/csh
#PBS -l walltime=60
#PBS -l ncpus=32
#PBS -o hwinfo.out
#PBS -j oe

# set up the module command
source /usr/share/modules/init/csh
source /etc/csh.cshrc.psc

#load the papi module
module load papi

set echo                  

cd ~/papi


icc PAPI_hw_info.c  $PAPI_INC  $PAPI_LIB  -o hwinfo

./hwinfo         # Run your program.
 

More on PAPI

Sample Jobs

Documentation

More User Information

Passwords

Connect to PSC systems:

PSC Policies

Technical questions:

Call the PSC hotline: 412-268-6350 / 800-221-1641 or mail to remarks@psc.edu.